Remove JS debug msg.

This commit is contained in:
Matthew K. Fu JuYuan 2012-04-25 13:58:03 +08:00
parent 0cdf27450b
commit cb3c3a14a8
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
$(document).ready(function() {
$("#slideshow-<%=ad_banner.title.dehumanize%>").on("show", function () {
console.info("<%= ad_banner.ad_fx.nil?? "fade": ad_banner.ad_fx %>"+" <%= ad_banner.transition_msec %>");
$("#slideshow-<%=ad_banner.title.dehumanize%>").find(".ad_banner_slideshow").cycle({delay: -1000, fx: "<%= ad_banner.ad_fx.nil?? "fade": ad_banner.ad_fx %>", timeoutFn: getTimeout });
});
$(".modal").on("hidden", function () {