aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/plugins_update.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/plugins_update.tpl')
-rw-r--r--admin/themes/default/template/plugins_update.tpl16
1 files changed, 7 insertions, 9 deletions
diff --git a/admin/themes/default/template/plugins_update.tpl b/admin/themes/default/template/plugins_update.tpl
index 14d5aabb9..2304db112 100644
--- a/admin/themes/default/template/plugins_update.tpl
+++ b/admin/themes/default/template/plugins_update.tpl
@@ -1,14 +1,12 @@
-{known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
-{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
-
-<script type="text/javascript">
+{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'}
+{footer_script require='jquery.cluetip'}
jQuery().ready(function(){ldelim}
- jQuery('.cluetip').cluetip({ldelim}
- width: 300,
- splitTitle: '|'
- });
+ jQuery('.cluetip').cluetip({ldelim}
+ width: 300,
+ splitTitle: '|'
+ });
});
-</script>
+{/footer_script}
<div class="titrePage">
<h2>{'Plugins'|@translate}</h2>