Commit r2380: https://sourceforge.net/p/mrbs/code/2380/
------------------------------------------------------------------------
r2380 | cimorrison | 2012-08-13 22:36:59 +0100 (Mon, 13 Aug 2012) | 1 line
Changed paths:
M /mrbs/trunk/web/js/admin.js.php
M /mrbs/trunk/web/js/cell_click.js.php
M /mrbs/trunk/web/js/edit_area_room.js.php
M /mrbs/trunk/web/js/edit_entry.js.php
M /mrbs/trunk/web/js/edit_users.js.php
M /mrbs/trunk/web/js/general.js.php
M /mrbs/trunk/web/js/multiple.js.php
M /mrbs/trunk/web/js/pending.js.php
M /mrbs/trunk/web/js/refresh.js.php
M /mrbs/trunk/web/js/report.js.php
M /mrbs/trunk/web/js/resizable.js.php
M /mrbs/trunk/web/js/search.js.php
Added some missing semi-colons
------------------------------------------------------------------------
Index: mrbs/trunk/web/js/refresh.js.php
===================================================================
--- mrbs/trunk/web/js/refresh.js.php (revision 2379)
+++ mrbs/trunk/web/js/refresh.js.php (revision 2380)
@@ -53,4 +53,5 @@
<?php
} // if (!empty($refresh_rate))
?>
-}
+};
+
Index: mrbs/trunk/web/js/resizable.js.php
===================================================================
--- mrbs/trunk/web/js/resizable.js.php (revision 2379)
+++ mrbs/trunk/web/js/resizable.js.php (revision 2380)
@@ -1195,4 +1195,5 @@
} // if function_exists('json_encode')
?>
-}
+};
+
Index: mrbs/trunk/web/js/cell_click.js.php
===================================================================
--- mrbs/trunk/web/js/cell_click.js.php (revision 2379)
+++ mrbs/trunk/web/js/cell_click.js.php (revision 2380)
@@ -41,4 +41,4 @@
$(this).toggleClass('valid_hover');
});
}
-}
\ No newline at end of file
+};
Index: mrbs/trunk/web/js/pending.js.php
===================================================================
--- mrbs/trunk/web/js/pending.js.php (revision 2379)
+++ mrbs/trunk/web/js/pending.js.php (revision 2380)
@@ -143,4 +143,4 @@
tableOptions.oColReorder = {"iFixedColumns": 1};
var pendingTable = makeDataTable('#pending_table', tableOptions);
} // if (!lteie6)
-}
\ No newline at end of file
+};
Index: mrbs/trunk/web/js/search.js.php
===================================================================
--- mrbs/trunk/web/js/search.js.php (revision 2379)
+++ mrbs/trunk/web/js/search.js.php (revision 2380)
@@ -61,4 +61,5 @@
<?php
} // if (function_exists('json_encode')) ?>
-}
+};
+
Index: mrbs/trunk/web/js/edit_entry.js.php
===================================================================
--- mrbs/trunk/web/js/edit_entry.js.php (revision 2379)
+++ mrbs/trunk/web/js/edit_entry.js.php (revision 2380)
@@ -840,4 +840,4 @@
} // if (function_exists('json_encode'))
?>
-}
+};
Index: mrbs/trunk/web/js/edit_users.js.php
===================================================================
--- mrbs/trunk/web/js/edit_users.js.php (revision 2379)
+++ mrbs/trunk/web/js/edit_users.js.php (revision 2380)
@@ -38,4 +38,5 @@
var usersTable = makeDataTable('#users_table',
tableOptions,
{sWidth: "relative", iWidth: 33});
-}
+};
+
Index: mrbs/trunk/web/js/admin.js.php
===================================================================
--- mrbs/trunk/web/js/admin.js.php (revision 2379)
+++ mrbs/trunk/web/js/admin.js.php (revision 2380)
@@ -42,5 +42,5 @@
{},
{sWidth: "relative", iWidth: 33},
rightCol);
-}
+};
Index: mrbs/trunk/web/js/edit_area_room.js.php
===================================================================
--- mrbs/trunk/web/js/edit_area_room.js.php (revision 2379)
+++ mrbs/trunk/web/js/edit_area_room.js.php (revision 2380)
@@ -81,4 +81,4 @@
$(this).nextAll('input, select').attr('disabled',
!$(this).is(':checked'));
})
.change();
-}
\ No newline at end of file
+};
Index: mrbs/trunk/web/js/multiple.js.php
===================================================================
--- mrbs/trunk/web/js/multiple.js.php (revision 2379)
+++ mrbs/trunk/web/js/multiple.js.php (revision 2380)
@@ -40,4 +40,4 @@
cell.addClass('maximized');
}
});
-}
\ No newline at end of file
+};
Index: mrbs/trunk/web/js/report.js.php
===================================================================
--- mrbs/trunk/web/js/report.js.php (revision 2379)
+++ mrbs/trunk/web/js/report.js.php (revision 2380)
@@ -320,4 +320,4 @@
var reportTable = makeDataTable('#report_table', tableOptions);
-}
\ No newline at end of file
+};
Index: mrbs/trunk/web/js/general.js.php
===================================================================
--- mrbs/trunk/web/js/general.js.php (revision 2379)
+++ mrbs/trunk/web/js/general.js.php (revision 2380)
@@ -71,4 +71,4 @@
}
});
});
-}
+};
------------------------------------------------------------------------------
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