old_sql 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@
30
30
 
31
31
  <div class="report-form-row">
32
32
  <div class="report-form-label"></div>
33
- <input type="submit" value="Run" onclick="load_report();" />
33
+ <input type="button" class="button" value="Run" onclick="load_report();" />
34
34
  </div>
35
35
  </form>
36
36
 
@@ -179,5 +179,5 @@ $(function() {
179
179
  });
180
180
 
181
181
  $(function() {
182
- $( "input:submit").button();
182
+ $( "input:submit, input:button").button();
183
183
  });
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.28.0
5
+ version: 1.29.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eddie Gonzales
@@ -197,7 +197,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  requirements:
198
198
  - - ">="
199
199
  - !ruby/object:Gem::Version
200
- hash: -4145538432671084881
200
+ hash: 1716827423845911602
201
201
  segments:
202
202
  - 0
203
203
  version: "0"