Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 692440e

Browse files
committed
Fix html sanitisation and weird <p> breaks bug
1 parent ca33e60 commit 692440e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

angular-redactor-filepicker.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,7 @@ RedactorPlugins.filepicker = function() {
186186
});
187187
},
188188
options = {
189-
changeCallback: updateModel,
190-
replaceDivs: false,
191-
paragraphize: false,
192-
deniedTags: [],
193189
plugins: ['filepicker', 'fullscreen'],
194-
buttonSource: true
195190
},
196191
additionalOptions = attrs.redactor ?
197192
scope.$eval(attrs.redactor) : {},

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-redactor-filepicker",
33
"main": "angular-redactor-filepicker.js",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"homepage": "https://github.com/UseFedora/angular-redactor",
66
"authors": [
77
"Tyler Garlick <tjgarlick@gmail.com>",

0 commit comments

Comments
 (0)