Commit r2386: https://sourceforge.net/p/mrbs/code/2386/
------------------------------------------------------------------------
r2386 | cimorrison | 2012-08-14 20:46:27 +0100 (Tue, 14 Aug 2012) | 1 line
Changed paths:
M /mrbs/trunk/web/js/resizable.js.php
Minor simplification
------------------------------------------------------------------------
Index: mrbs/trunk/web/js/resizable.js.php
===================================================================
--- mrbs/trunk/web/js/resizable.js.php (revision 2385)
+++ mrbs/trunk/web/js/resizable.js.php (revision 2386)
@@ -15,6 +15,13 @@
$user = getUserName();
$is_admin = (authGetUserLevel($user) >= $max_level);
+
+// function to reverse a collection of jQuery objects
+?>
+$.fn.reverse = [].reverse;
+
+
+<?php
// Get the sides of the rectangle represented by the jQuery object jqObject
// We round down the size of the rectangle to avoid any spurious overlaps
// caused by rounding errors
@@ -523,12 +530,7 @@
{
return;
}
-
- <?php
- // function to reverse a collection of jQuery objects
- ?>
- $.fn.reverse = [].reverse;
-
+
var tableData = {};
getTableData(table, tableData);
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits