diff options
Diffstat (limited to 'themes/admin_default/views')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index d27f9260..63fc45b5 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -21,6 +21,8 @@     <?= $theme->script("jquery.form.js") ?>     <?= $theme->script("jquery-ui.js") ?>     <?= $theme->script("gallery.common.js") ?> +   <? /* Themes can override this to provide custom refresh handling */ ?> +   <?= $theme->script("gallery.reload.js") ?>     <? /* MSG_CANCEL is required by gallery.dialog.js */ ?>     <script type="text/javascript">     var MSG_CANCEL = "<?= t('Cancel') ?>";  | 
