actually set NMO var based on marshmallow data

This commit is contained in:
2025-10-05 22:21:57 +11:00
parent 24c3762c61
commit 24c2922f74

View File

@@ -227,6 +227,8 @@
var fullscreen=false; var fullscreen=false;
var move_paths = {{ move_paths|tojson }}; var move_paths = {{ move_paths|tojson }};
var NMO={{query_data.NMO|tojson}}
// GLOBALS // GLOBALS
// this is the current entry (object) we are viewing - an image/video (used when we dbl-click to view & then in next/prev in view) // this is the current entry (object) we are viewing - an image/video (used when we dbl-click to view & then in next/prev in view)
document.viewing=null; document.viewing=null;
@@ -247,7 +249,6 @@
var grayscale=0 var grayscale=0
var throbber=0 var throbber=0
var NMO=[]
var imp_path="static/Import/{{imp_path}}" var imp_path="static/Import/{{imp_path}}"
var st_path="static/Storage/{{st_path}}" var st_path="static/Storage/{{st_path}}"
var bin_path="static/Bin/{{bin_path}}" var bin_path="static/Bin/{{bin_path}}"