diff --git a/app/assets/javascripts/app/pages/framer.js b/app/assets/javascripts/app/pages/framer.js index 8247127b5..b6465405c 100644 --- a/app/assets/javascripts/app/pages/framer.js +++ b/app/assets/javascripts/app/pages/framer.js @@ -44,6 +44,7 @@ app.views.framerControls = app.views.Base.extend({ saveFrame : function(){ this.$('button').prop('disabled', 'disabled') + this.$('button').addClass('disabled') // this is gross hack to make this action work in the iframe version and not iframe version. var callback = {} var parentDoc = parent; diff --git a/app/assets/templates/composer-controls.jst.hbs b/app/assets/templates/composer-controls.jst.hbs index 5efb7301d..e60cb19f7 100644 --- a/app/assets/templates/composer-controls.jst.hbs +++ b/app/assets/templates/composer-controls.jst.hbs @@ -1,5 +1,5 @@
- +
\ No newline at end of file diff --git a/app/assets/templates/framer-controls.jst.hbs b/app/assets/templates/framer-controls.jst.hbs index 638a06e8e..3d3f5523d 100644 --- a/app/assets/templates/framer-controls.jst.hbs +++ b/app/assets/templates/framer-controls.jst.hbs @@ -1,4 +1,4 @@
- +
\ No newline at end of file