diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 22:03:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 22:03:19 +0000 |
| commit | 0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6 (patch) | |
| tree | df934f9004f9d59b7f106162b995ecd6063d0d9a /templates | |
| parent | 3044f9dd52c12f4caebff53d09b85e9b32ce1516 (diff) | |
| download | fisheye-0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6.tar.gz fisheye-0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6.tar.bz2 fisheye-0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6.zip | |
clean up ajax library calls by only allowing gBitSystem->loadAjax() instead of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/image_order.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl index 937f798..bffb5fd 100644 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -1,5 +1,5 @@ {strip} -{if $loadAjax} +{if $gBitSystem->mAjax == 'prototype'} <script type="text/javascript">/*<![CDATA[*/ show_spinner('spinner'); /*]]>*/</script> {/if} <div class="admin fisheye"> |
