Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
DMDesign
Commits
957b2541
Commit
957b2541
authored
Aug 23, 2015
by
Amanda Ghassaei
Browse files
same
parent
45309f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/menus/ScriptView.js
View file @
957b2541
...
...
@@ -95,7 +95,7 @@ define(['jquery', 'underscore', 'backbone', 'appState', 'codeMirror', 'globals',
_hide
:
function
(){
var
width
=
this
.
$el
.
parent
().
width
();
this
.
$el
.
animate
({
left
:
"
-
"
+
width
+
"
px
"
});
this
.
model
.
g
et
(
"
scriptIsVisible
"
,
false
);
this
.
model
.
s
et
(
"
scriptIsVisible
"
,
false
);
},
_show
:
function
(){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment