jqr-helpers 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/javascripts/jqr-helpers.js +1 -0
- data/jqr-helpers.gemspec +1 -1
- data/lib/jqr-helpers/version.rb +1 -1
- metadata +1 -1
@@ -117,6 +117,7 @@
|
|
117
117
|
function ujsButtonClick(event) {
|
118
118
|
var element = $(this);
|
119
119
|
element.uniqueId(); // to store for later
|
120
|
+
element.data('confirm', null); // we've already fired it
|
120
121
|
if ($.rails.allowAction(element)) {
|
121
122
|
// largely copied from rails_jquery.js
|
122
123
|
var href = element.data('url');
|
data/jqr-helpers.gemspec
CHANGED
data/lib/jqr-helpers/version.rb
CHANGED