commented out firefox polyfill ad well as xmodule css editor changes
This commit is contained in:
@@ -28,6 +28,11 @@ class CMS.Views.ModuleEdit extends Backbone.View
|
||||
el: metadataEditor,
|
||||
model: new CMS.Models.MetadataEditor(metadataEditor.data('metadata'))
|
||||
});
|
||||
|
||||
#Manually runs polyfill for input number types to correct for Firefox non-support
|
||||
#wrapperSettings = @$el.find(".wrapper-comp-settings")
|
||||
#wrapperSettings.inputNumber()
|
||||
|
||||
# Need to update set "active" class on data editor if there is one.
|
||||
# If we are only showing settings, hide the data editor controls and update settings accordingly.
|
||||
if @hasDataEditor()
|
||||
|
||||
Reference in New Issue
Block a user