File tree 1 file changed +3
-3
lines changed
vendor/assets/javascripts/bootstrap-wysihtml5
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 147
147
148
148
createEditor : function ( options ) {
149
149
options = options || { } ;
150
-
150
+
151
151
// Add the toolbar to a clone of the options object so multiple instances
152
152
// of the WYISYWG don't break because "toolbar" is already defined
153
153
options = $ . extend ( true , { } , options ) ;
379
379
return methods . init . apply ( this , arguments ) ;
380
380
} else {
381
381
$ . error ( 'Method ' + method + ' does not exist on jQuery.wysihtml5' ) ;
382
- }
382
+ }
383
383
} ;
384
384
385
385
$ . fn . wysihtml5 . Constructor = Wysihtml5 ;
450
450
"pre" : 1
451
451
}
452
452
} ,
453
- stylesheets : [ "<%= Rails.configuration.assets.prefix + '/ bootstrap-wysihtml5/wysiwyg-color.css' %>" ] , // (path_to_project/lib/css/wysiwyg-color.css)
453
+ stylesheets : [ "<%= stylesheet_path(' bootstrap-wysihtml5/wysiwyg-color.css') %>" ] , // (path_to_project/lib/css/wysiwyg-color.css)
454
454
locale : "en"
455
455
} ;
456
456
You can’t perform that action at this time.
0 commit comments