mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Switch to non-minified JSON Editor Lib (#220)
This commit is contained in:
parent
4a27f3d43e
commit
7ac31efd4f
@ -28,7 +28,7 @@
|
|||||||
<!-- JSONForm -->
|
<!-- JSONForm -->
|
||||||
<!--<script src="js/lib/underscore.js"></script>
|
<!--<script src="js/lib/underscore.js"></script>
|
||||||
<script src="js/lib/jsonform.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 -->
|
<!--Language Support -->
|
||||||
<script src="js/lib/jquery-lang.js" charset="utf-8" type="text/javascript"></script>
|
<script src="js/lib/jquery-lang.js" charset="utf-8" type="text/javascript"></script>
|
||||||
@ -273,7 +273,7 @@
|
|||||||
|
|
||||||
//Change all Checkboxes to Switches
|
//Change all Checkboxes to Switches
|
||||||
$("[type='checkbox']").bootstrapSwitch();
|
$("[type='checkbox']").bootstrapSwitch();
|
||||||
|
|
||||||
$(hyperion).on("open",function(event){
|
$(hyperion).on("open",function(event){
|
||||||
requestServerInfo();
|
requestServerInfo();
|
||||||
});
|
});
|
||||||
@ -307,7 +307,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}); // end cmd-serverinfo
|
}); // end cmd-serverinfo
|
||||||
|
|
||||||
$(hyperion).on("error",function(event){
|
$(hyperion).on("error",function(event){
|
||||||
$('#error_dialog .modal-title').html("error");
|
$('#error_dialog .modal-title').html("error");
|
||||||
$('#error_dialog .modal-body').html(event.reason);
|
$('#error_dialog .modal-body').html(event.reason);
|
||||||
|
8048
assets/webconfig/js/lib/jsoneditor.js
Executable file
8048
assets/webconfig/js/lib/jsoneditor.js
Executable file
File diff suppressed because it is too large
Load Diff
1
assets/webconfig/js/lib/jsoneditor.js.map
Executable file
1
assets/webconfig/js/lib/jsoneditor.js.map
Executable file
File diff suppressed because one or more lines are too long
859
assets/webconfig/js/lib/jsoneditor.min.js
vendored
859
assets/webconfig/js/lib/jsoneditor.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user