Testing video gallery script rpelacement
authorLaury GvR <laury@gaslightmedia.com>
Thu, 19 Mar 2015 15:58:37 +0000 (11:58 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 19 Mar 2015 15:58:37 +0000 (11:58 -0400)
functions.php

index 477ad67..7a474d0 100644 (file)
@@ -133,17 +133,6 @@ function glm_site_scripts()
     );
     if(is_front_page()) {
     }
-    if(is_page('videos')) {
-    echo '<script>
-    jQuery(document).ready(function(){
-        jQuery(".ngg-fancybox").each(function (){
-            jQuery(this).addClass("various iframe");
-            jQuery(this).attr("href",jQuery(this).children("img").attr("title"));
-        });
-    });
-</script>';
-    }
-
 }