Skip to content

Commit

Permalink
در قسمت درج تاریخ آخرین بازرسی مشکلی داشت برطرف شد.
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-da committed Jun 22, 2015
1 parent cc77713 commit 54b73e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mogas.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name mogas
// @namespace http://mogas.tejaratasan.ir/*
// @include http://mogas.tejaratasan.ir/*
// @version 2.0
// @version 2.1
// @grant none
// ==/UserScript==
if (window.location == 'http://mogas.tejaratasan.ir/protected/reqlist.aspx')
Expand Down Expand Up @@ -72,7 +72,7 @@ else if (window.location == 'http://mogas.tejaratasan.ir/protected/approve.aspx'
m.toString();

if(d<10){
d='0'+m;
d='0'+d;
d.toString();
}
else
Expand Down

0 comments on commit 54b73e3

Please sign in to comment.