jqr-helpers 1.0.20 → 1.0.21
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 -1
- data/jqr-helpers.gemspec +1 -1
- data/lib/jqr-helpers/version.rb +1 -1
- metadata +1 -1
@@ -115,7 +115,7 @@
|
|
115
115
|
dialogElement.prepend('<span class="ujs-dialog-x"></span>');
|
116
116
|
}
|
117
117
|
if (dialogElement.find('.ujs-dialog-title-hidden').length) {
|
118
|
-
if (!dialogOptions['title'])
|
118
|
+
if (!dialogOptions['title'] || dialogOptions['title'] == 'Dialog')
|
119
119
|
dialogOptions['title'] =
|
120
120
|
dialogElement.find('.ujs-dialog-title-hidden').text();
|
121
121
|
}
|
data/jqr-helpers.gemspec
CHANGED
data/lib/jqr-helpers/version.rb
CHANGED