summaryrefslogtreecommitdiff
path: root/templates/html_head_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html_head_inc.tpl')
-rwxr-xr-x[-rw-r--r--]templates/html_head_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl
index e4cf8a4..14ad066 100644..100755
--- a/templates/html_head_inc.tpl
+++ b/templates/html_head_inc.tpl
@@ -20,10 +20,10 @@
* needed for your site configuation by creating a custom version of this tpl in your theme. Target the
* conditionals to the pkg you are including center_list_blog_posts in.
*}
-{if $ajax_more}
+{if !empty($ajax_more)}
{* @TODO develop custom callback - for now override ajax callback for cool scroll effect *}
{literal}
-<script type="text/javascript">/* <![CDATA[ */
+<script>/* <![CDATA[ */
BitAjax.updaterCallback = function(target, rslt){
BitBase.hideSpinner();
var e = document.getElementById(target);