mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fixing Safari Support (#222)
* Switch to non-minified JSON Editor Lib * Fixing Safari Support
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
<script>
|
||||
function removeAdvanced(obj,searchStack = [])
|
||||
function removeAdvanced(obj)
|
||||
{
|
||||
searchStack = [];
|
||||
$.each(obj, function(key, val) {
|
||||
if ( typeof(val) == 'object' )
|
||||
{
|
||||
@@ -41,7 +42,7 @@
|
||||
// remove all "advanced" options from schema
|
||||
//removeAdvanced(parsedConfSchemaJSON); // not working atm
|
||||
//console.log(JSON.stringify(parsedConfSchemaJSON));
|
||||
|
||||
|
||||
schema_smoothing = parsedConfSchemaJSON.properties.smoothing;
|
||||
schema_kodiVideoChecker = parsedConfSchemaJSON.properties.kodiVideoChecker;
|
||||
schema_initialEffect = parsedConfSchemaJSON.properties.initialEffect;
|
||||
|
Reference in New Issue
Block a user