bhf 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1196,12 +1196,12 @@ Attacklab.wmdBase = function(){
1196
1196
 
1197
1197
  if (inputBox.form) {
1198
1198
  var submitCallback = inputBox.form.onsubmit;
1199
- inputBox.form.onsubmit = function(){
1200
- convertToHtml();
1201
- if (submitCallback) {
1202
- return submitCallback.apply(this, arguments);
1203
- }
1204
- };
1199
+ // inputBox.form.onsubmit = function(){
1200
+ // convertToHtml();
1201
+ // if (submitCallback) {
1202
+ // return submitCallback.apply(this, arguments);
1203
+ // }
1204
+ // };
1205
1205
  }
1206
1206
  };
1207
1207
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 4
10
- version: 0.3.4
9
+ - 5
10
+ version: 0.3.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Anton Pawlik