commented out firefox polyfill ad well as xmodule css editor changes

This commit is contained in:
marco
2013-05-15 16:07:45 -04:00
parent ba11d37ba9
commit 12dae84a07
6 changed files with 30 additions and 9 deletions

View File

@@ -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()