review fix

This commit is contained in:
Couls
2019-08-11 16:48:54 -04:00
parent ba013de89d
commit 6790d65da4
+2 -1
View File
@@ -753,7 +753,8 @@
// Change the way they should download resources.
if(config.resource_urls)
preload_rsc = pick(config.resource_urls)
else preload_rsc = 1 // If config.resource_urls is not set, preload like normal.
else
preload_rsc = 1 // If config.resource_urls is not set, preload like normal.
// Most assets are now handled through global_cache.dm
getFiles(
'html/search.js', // Used in various non-NanoUI HTML windows for search functionality