Changeset:
fca0ff99c225
https://sourceforge.net/p/mrbs/hg-code/ci/fca0ff99c225b132b9912d84d988653122937bcd
Author:
Campbell Morrison <[email protected]>
Date:
Wed Jul 20 16:09:08 2016 +0100
Log message:
Fixed some JSHint problems
diffstat:
web/js/edit_entry.js.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 194ff48a6fa8 -r fca0ff99c225 web/js/edit_entry.js.php
--- a/web/js/edit_entry.js.php Wed Jul 20 15:32:10 2016 +0100
+++ b/web/js/edit_entry.js.php Wed Jul 20 16:09:08 2016 +0100
@@ -772,7 +772,7 @@
end,
endDate;
- if (endDatepickerAlt.length == 0)
+ if (endDatepickerAlt.length === 0)
{
<?php
// No end date selector, so assume the end date is
@@ -1385,7 +1385,7 @@
{
if ($('#end_datepicker').css('visibility') === 'hidden')
{
- $('#end_datepicker_alt').val($('#start_datepicker_alt').val())
+ $('#end_datepicker_alt').val($('#start_datepicker_alt').val());
}
}
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits