>24&255).toString(16)+(t>>16&255).toString(16)+(t>>8&255).toString(16)+(255&t).toString(16)},pad:function(t){return 10>t?"0"+Math.floor(t):Math.floor(t)},contains:function(t,e){for(var o=t.length;o--;)if(t[o]===e)return!0;return!1},sample:function(){Date.now()-lastSample>=2*SAMPLE_RATE&&(a.removeAllListeners(),a.disconnect(),a.connect(),Player.setup_all_listeners()),lastSample=Date.now(),setTimeout(s.sample,SAMPLE_RATE)},loadjsfile:function(t){if(-1==filesadded.indexOf("["+t+"]")){var e=document.createElement("script");e.setAttribute("type","text/javascript"),e.setAttribute("src",t),document.getElementsByTagName("head")[0].appendChild(e),filesadded+="["+t+"]"}},msieversion:function(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");return e>0||navigator.userAgent.match(/Trident.*rv\:11\./)?!0:!1},getRandomInt:function(t,e){return Math.floor(Math.random()*(e-t))+t},rgbToHsl:function(t){r=t[0],g=t[1],b=t[2],r/=255,g/=255,b/=255;var e,o,n=Math.max(r,g,b),a=Math.min(r,g,b),i=(n+a)/2;if(n==a)e=o=0;else{var c=n-a;switch(o=i>.5?c/(2-n-a):c/(n+a),n){case r:e=(g-b)/c+(g.5&&(i=.5),"hsl("+Math.floor(360*e)+", "+Math.floor(100*o)+"%, "+Math.floor(100*i)+"%)"},componentToHex:function(t){var e=t.toString(16);return 1==e.length?"0"+e:e},rgbToHex:function(t,e,o){return"#"+s.componentToHex(t)+s.componentToHex(e)+s.componentToHex(o)},upperFirst:function(t){return t.substring(0,1).toUpperCase()+t.substring(1).toLowerCase()},addClass:function(t,e){s.contains($(t).attr("class").split(" "),e)||$(t).addClass(e)},send_mail:function(t,e){if(""!=t&&""!=e){$("#submit-contact-form").addClass("hide"),$("#send-loader").removeClass("hide"),$("#contact-form-from").attr("disabled","true"),$("#contact-form-message").attr("disabled","true");var t=$("#contact-form-from").val(),e=$("#contact-form-message").val();$("#contact-container").empty(),newWindow=window.open("mailto:contact@zoff.no?Subject=Contact%20Zoff&Body="+e,"_blank"),$("#contact-container").html("Something went wrong, sorry about that. You could instead try with your own mail-client: contact@zoff.no"),setTimeout(function(){newWindow.close()},500)}}};$(document).on("submit","#contact-form",function(t){t.preventDefault();var e=$("#contact-form-message").val(),o=$("#contact-form-from").val();s.send_mail(o,e)}),Element.prototype.remove=function(){this.parentElement.removeChild(this)},NodeList.prototype.remove=HTMLCollection.prototype.remove=function(){for(var t=0,e=this.length;e>t;t++)this[t]&&this[t].parentElement&&this[t].parentElement.removeChild(this[t])},String.prototype.startsWith=function(t,e){return e=e||0,this.indexOf(t,e)===e}}();
\ No newline at end of file
diff --git a/static/js/nochan.js b/static/js/nochan.js
index 844953b4..af3bcf46 100755
--- a/static/js/nochan.js
+++ b/static/js/nochan.js
@@ -290,7 +290,7 @@ function initfp(){
if(date.getMonth() == 3 && date.getDate() == 1){
$(".mega").css("-webkit-transform", "rotate(180deg)");
$(".mega").css("-moz-transform", "rotate(180deg)");
- Materialize.toast('We suck at pranks..Agreed
', 100000);
+ //Materialize.toast('We suck at pranks..Agreed
', 100000);
}