Switch to non-minified JSON Editor Lib (#220)

This commit is contained in:
b1rdhous3 2016-09-03 19:51:30 +02:00 committed by redPanther
parent 4a27f3d43e
commit 7ac31efd4f
5 changed files with 8052 additions and 863 deletions

View File

@ -28,7 +28,7 @@
<!-- JSONForm -->
<!--<script src="js/lib/underscore.js"></script>
<script src="js/lib/jsonform.js"></script>-->
<script src="js/lib/jsoneditor.min.js"></script>
<script src="js/lib/jsoneditor.js"></script>
<!--Language Support -->
<script src="js/lib/jquery-lang.js" charset="utf-8" type="text/javascript"></script>
@ -273,7 +273,7 @@
//Change all Checkboxes to Switches
$("[type='checkbox']").bootstrapSwitch();
$(hyperion).on("open",function(event){
requestServerInfo();
});
@ -307,7 +307,7 @@
}
});
}); // end cmd-serverinfo
$(hyperion).on("error",function(event){
$('#error_dialog .modal-title').html("error");
$('#error_dialog .modal-body').html(event.reason);

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long