Remove alert

This commit is contained in:
touffies
2013-10-10 16:40:44 +02:00
parent a35d85a9b0
commit 3092c260b1

View File

@@ -3,7 +3,7 @@
/* ------------------------------------------------------------------
onLoad Function -------------------------------------------------- */
$(document).ready(function(){ alert(1);
$(document).ready(function(){
// Loader
var $loader = $('<div class="loader"></div>');