diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-16 12:39:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-16 12:39:26 +0000 |
| commit | b641efbd6cd5ef80f2abed5da51a28a6c1605a53 (patch) | |
| tree | a24f18410dfaf2eadbd2a38e4bc8be3ec404d97c /templates | |
| parent | 186a860b340a6612b1a09e93b796c988fa58d358 (diff) | |
| download | fisheye-b641efbd6cd5ef80f2abed5da51a28a6c1605a53.tar.gz fisheye-b641efbd6cd5ef80f2abed5da51a28a6c1605a53.tar.bz2 fisheye-b641efbd6cd5ef80f2abed5da51a28a6c1605a53.zip | |
activate the spinner every time prototype is loaded and remove individual spinner loading from various templates. this avoids duplicate spinners which causes spinner to stall
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/image_order.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl index 5a666c7..4d6d4db 100644 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -1,7 +1,4 @@ {strip} -{if $gBitThemes->mAjax == 'prototype'} - <script type="text/javascript">/*<![CDATA[*/ show_spinner('spinner'); /*]]>*/</script> -{/if} <div class="admin fisheye"> <div class="header"> <h1>{tr}Gallery Images{/tr}: <a href="{$smarty.const.FISHEYE_PKG_URL}view.php?gallery_id={$gContent->mGalleryId}">{$gContent->mInfo.title|escape}</a></h1> |
