We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffd68fd + 96adc86 commit e9cb54bCopy full SHA for e9cb54b
vendor/assets/javascripts/bootstrap-wysihtml5/core.js renamed to vendor/assets/javascripts/bootstrap-wysihtml5/core.js.erb
@@ -347,7 +347,7 @@
347
return methods.init.apply( this, arguments );
348
} else {
349
$.error( 'Method ' + method + ' does not exist on jQuery.wysihtml5' );
350
- }
+ }
351
};
352
353
$.fn.wysihtml5.Constructor = Wysihtml5;
@@ -414,7 +414,7 @@
414
"div": 1
415
}
416
},
417
- stylesheets: ["/assets/bootstrap-wysihtml5/wysiwyg-color.css"], // (path_to_project/lib/css/wysiwyg-color.css)
+ stylesheets: ["#{Rails.configuration.assets.prefix}/bootstrap-wysihtml5/wysiwyg-color.css"], // (path_to_project/lib/css/wysiwyg-color.css)
418
locale: "en"
419
420
0 commit comments