Revision: 2604
https://sourceforge.net/p/mrbs/code/2604/
Author: cimorrison
Date: 2012-12-18 21:42:23 +0000 (Tue, 18 Dec 2012)
Log Message:
-----------
Fixed some JSHint problems
Modified Paths:
--------------
mrbs/trunk/web/js/multiple.js.php
Modified: mrbs/trunk/web/js/multiple.js.php
===================================================================
--- mrbs/trunk/web/js/multiple.js.php 2012-12-18 21:32:56 UTC (rev 2603)
+++ mrbs/trunk/web/js/multiple.js.php 2012-12-18 21:42:23 UTC (rev 2604)
@@ -36,12 +36,12 @@
var cell = $(this).closest('td');
if (cell.hasClass('maximized'))
{
- cell.removeClass('maximized')
+ cell.removeClass('maximized');
cell.addClass('minimized');
}
else
{
- cell.removeClass('minimized')
+ cell.removeClass('minimized');
cell.addClass('maximized');
}
});
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits