mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Disabled Form Translatation since this isn't working with new JSON Editor
looking for an other way
This commit is contained in:
@@ -68,30 +68,6 @@
|
||||
});
|
||||
|
||||
|
||||
/*$('form').jsonForm({
|
||||
schema: {
|
||||
logger,
|
||||
jsonServer,
|
||||
protoServer,
|
||||
boblightServer,
|
||||
udpListener,
|
||||
webConfig,
|
||||
|
||||
},
|
||||
onSubmit: function (errors, values) {
|
||||
if (errors) {
|
||||
console.log(errors);
|
||||
}
|
||||
else {
|
||||
console.log(values);
|
||||
}
|
||||
}
|
||||
});*/
|
||||
|
||||
|
||||
|
||||
enableFormTranslation("generalConfForm", "editor_holder");
|
||||
|
||||
$("[type='checkbox']").bootstrapSwitch();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user