windhamdavid 9 years ago
parent
commit
57280a0053
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/init.js

+ 1 - 1
js/init.js

@@ -3,7 +3,7 @@ jQuery(document).ready(function ($) {
 	.countdown("2014/09/27 09:27:00", function(event) {
 		 $(this).text(event.strftime('in %D days %H:%M:%S'));
 	}); 
-    $('a.wish').on('click touchend', function() { 
+    $('a').on('click touchend', function() { 
         var link = $(this).attr('href');   
         window.open(link,'_self'); 
         return false;