Skip to content

Commit

Permalink
Fifteen: updated JS
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 21, 2016
1 parent 5a2e72a commit f46dfb0
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 f46dfb0

Please sign in to comment.