Skip to content
Snippets Groups Projects
Commit 45309f75 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

set script is visible

parent 7d0b320f
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ define(['jquery', 'underscore', 'backbone', 'appState', 'codeMirror', 'globals',
_show: function(){
this.$el.animate({left: "0"});
this.model.get("scriptIsVisible", true);
this.model.set("scriptIsVisible", true);
},
showWithJS: function(js, name, saveCallback){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment