diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-24 18:34:50 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-03-26 19:29:20 +0200 |
commit | 758fe7201eec7a8894eb473377ae18e9ebaf12ac (patch) | |
tree | 098a201c1250c19391daa178beaed176ee18a551 /tpl/default/pluginsadmin.html | |
parent | d42da5435024b4270d5abac11e6fcfa38354f3e9 (diff) | |
download | Shaarli-758fe7201eec7a8894eb473377ae18e9ebaf12ac.tar.gz Shaarli-758fe7201eec7a8894eb473377ae18e9ebaf12ac.tar.zst Shaarli-758fe7201eec7a8894eb473377ae18e9ebaf12ac.zip |
Webpack / Update front paths in template files
Diffstat (limited to 'tpl/default/pluginsadmin.html')
-rw-r--r-- | tpl/default/pluginsadmin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index b2d7cdc5..fa26c859 100644 --- a/tpl/default/pluginsadmin.html +++ b/tpl/default/pluginsadmin.html | |||
@@ -176,7 +176,7 @@ | |||
176 | </form> | 176 | </form> |
177 | 177 | ||
178 | {include="page.footer"} | 178 | {include="page.footer"} |
179 | <script src="inc/plugin_admin.js#"></script> | 179 | <script src="js/pluginsadmin.min.js?v={$version_hash}"></script> |
180 | 180 | ||
181 | </body> | 181 | </body> |
182 | </html> | 182 | </html> |