Philip Cheang 11 سال پیش
والد
کامیت
3aa7b9e48b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      themes/pleasant2/templates/base.tmpl

+ 1 - 1
themes/pleasant2/templates/base.tmpl

@@ -48,7 +48,7 @@ ${set_locale(lang)}
             var easter_egg = new Konami();
             easter_egg.code = function() { 
                 $(".thomas").toggleClass("whoa");
-                $("body").scrollTo(0);
+                $("body").scrollTop(0);
             }
             easter_egg.load();