瀏覽代碼

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

undefined
spaghetti 7 年之前
committed by Tomochin
父節點
當前提交
897354a8e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      design/privateheader.php

+ 1
- 1
design/privateheader.php 查看文件

@@ -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';


Loading…
取消
儲存