/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Suren A. Chilingaryan
  • Date: 2020-02-05 17:39:57 UTC
  • Revision ID: csa@suren.me-20200205173957-ql0ppzdyrdprr5v3
Allow per-setup customization of ADEI menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
            Geometry();
276
276
            <?moduleSetupDragger();?>
277
277
 
278
 
            adei.Start('<?echo $config_module;?>', <?echo $AJAX_UPDATE_RATE;?>);
279
 
 
 
278
            skip_start = false;
280
279
            if (typeof adeiSetupStartup == "function")
281
 
                adeiSetupStartup();
 
280
                skip_start = adeiSetupStartup();
 
281
 
 
282
            if (!skip_start)
 
283
                adei.Start('<?echo $config_module;?>', <?echo $AJAX_UPDATE_RATE;?>);
282
284
        }
283
285
        
284
286
        function Navigate(btn) {