Skip to content

Commit

Permalink
Fifteen: updated JS
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 13, 2016
1 parent 96afb6c commit 20a3ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fifteen/www/js/jquery.nette.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jQuery(function($) {
$.nette.createSpinner();

// apply AJAX unobtrusive way
$('a.ajax').live('click', function(event) {
$('body').on('click', 'a.ajax', function(event) {
event.preventDefault();
if ($.active) return;

Expand Down

0 comments on commit 20a3ba4

Please sign in to comment.