mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
debug output
This commit is contained in:
@@ -145,6 +145,7 @@ if (!$auth)
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
alert("function");
|
||||
var strfrom = new Date($("#dtpickerfrom").value - (new Date().getTimezoneOffset()));
|
||||
$("#dtpickerfrom").value = strfrom.getFullYear()+"-"+(strfrom.getMonth()+1)+"-"+strfrom.getDate()+" "+strfrom.getHours()+":"+strfrom.getMinutes()
|
||||
var strto = new Date($("#dtpickerto").value - (new Date().getTimezoneOffset()));
|
||||
|
||||
Reference in New Issue
Block a user