From 54b73e39dc6f86ed17dc233f3be710b0a0f07a0f Mon Sep 17 00:00:00 2001 From: mehdi67d Date: Mon, 22 Jun 2015 19:25:46 +0430 Subject: [PATCH] =?UTF-8?q?=D8=AF=D8=B1=20=D9=82=D8=B3=D9=85=D8=AA=20?= =?UTF-8?q?=D8=AF=D8=B1=D8=AC=20=D8=AA=D8=A7=D8=B1=DB=8C=D8=AE=20=D8=A2?= =?UTF-8?q?=D8=AE=D8=B1=DB=8C=D9=86=20=D8=A8=D8=A7=D8=B2=D8=B1=D8=B3=DB=8C?= =?UTF-8?q?=20=D9=85=D8=B4=DA=A9=D9=84=DB=8C=20=D8=AF=D8=A7=D8=B4=D8=AA=20?= =?UTF-8?q?=D8=A8=D8=B1=D8=B7=D8=B1=D9=81=20=D8=B4=D8=AF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mogas.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mogas.user.js b/mogas.user.js index d7426c3..6440492 100644 --- a/mogas.user.js +++ b/mogas.user.js @@ -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') @@ -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