Skip to content

Commit f1dfe1c

Browse files
committed
update assets
1 parent fff0ffe commit f1dfe1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module BootstrapWysihtml5Rails
22
module Rails
3-
VERSION = "0.2.7"
3+
VERSION = "0.2.8"
44
end
55
end

vendor/assets/javascripts/bootstrap-wysihtml5.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243

244244
toolbar.find('a[data-wysihtml5-command=insertImage]').click(function() {
245245
insertImageModal.modal('show');
246+
return false;
246247
});
247248
},
248249

@@ -283,6 +284,7 @@
283284

284285
toolbar.find('a[data-wysihtml5-command=createLink]').click(function() {
285286
insertLinkModal.modal('show');
287+
return false;
286288
});
287289
}
288290
};

0 commit comments

Comments
 (0)