mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-25 23:18:06 -04:00
Enhance plugin string handling and initialization; add UI tests for translation loading
This commit is contained in:
@@ -1374,7 +1374,9 @@ $(document).ready(function() {
|
||||
// --------------------------------------
|
||||
// Initialize
|
||||
$(document).ready(function () {
|
||||
getData();
|
||||
// Wait for full app init (strings + plugin strings) before rendering.
|
||||
// Without this guard getString() returns undefined during cold init.
|
||||
callAfterAppInitialized(getData);
|
||||
});
|
||||
|
||||
function hideWorkflowsSkeleton() {
|
||||
|
||||
Reference in New Issue
Block a user