Sfoglia il codice sorgente

Combine tooltipster and tooltipster_settings so they can't load out of order

undefined
spaghetti 7 anni fa
committed by Tomochin
parent
commit
b324a98947
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      design/privateheader.php

+ 1
- 1
design/privateheader.php Vedi File

@@ -95,7 +95,7 @@ foreach ($ExtraCSS as $CSS) {
<?
}

$Scripts = array_merge(array('jquery', 'global', 'ajax.class', 'jquery.autocomplete', 'autocomplete', 'tooltipster', 'tooltipster_settings'), explode(',', $JSIncludes));
$Scripts = array_merge(array('jquery', 'global', 'ajax.class', 'jquery.autocomplete', 'autocomplete', 'tooltipster'), explode(',', $JSIncludes));
foreach ($Scripts as $Script) {
if (trim($Script) == '') { continue; }
$Async = (in_array($Script, ['jquery','global','ajax.class'])) ? '' : 'async';


||||||
x
 
000:0
Caricamento…
Annulla
Salva