|
@@ -3,7 +3,7 @@ jQuery(document).ready(function ($) {
|
|
.countdown("2014/09/27 09:27:00", function(event) {
|
|
.countdown("2014/09/27 09:27:00", function(event) {
|
|
$(this).text(event.strftime('in %D days %H:%M:%S'));
|
|
$(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');
|
|
var link = $(this).attr('href');
|
|
window.open(link,'_self');
|
|
window.open(link,'_self');
|
|
return false;
|
|
return false;
|