Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-gui
Commits
6f076b65
Commit
6f076b65
authored
Apr 10, 2019
by
Markus Scheidgen
Browse files
Increased the blur delay on popups.
parent
48e13d9d
Pipeline
#46639
passed with stage
in 1 minute and 6 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
6f076b65
enc-gui.iml
.vscode/
client/bundle-es5.js
View file @
6f076b65
...
...
@@ -2383,7 +2383,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
_this7
.
folded
=
true
;
_this7
.
foldBtn
.
src
=
util
.
IMAGE_DIR
+
'
folded.png
'
;
_this7
.
foldingPanel
.
style
.
display
=
'
none
'
;
},
1
00
);
},
3
00
);
});
//this.cellViewer.toggleLatticeParameters(false);
...
...
@@ -4604,7 +4604,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
_this21
.
folded
=
true
;
_this21
.
foldBtn
.
src
=
util
.
IMAGE_DIR
+
'
folded.png
'
;
_this21
.
foldingPanel
.
style
.
display
=
'
none
'
;
},
1
00
);
},
3
00
);
});
//this.cellViewer.toggleLatticeParameters(false);
...
...
client/bundle.js
View file @
6f076b65
...
...
@@ -2477,7 +2477,7 @@ class DropDown{
this
.
folded
=
true
;
this
.
foldBtn
.
src
=
util
.
IMAGE_DIR
+
'
folded.png
'
;
this
.
foldingPanel
.
style
.
display
=
'
none
'
;
},
1
00
);
},
3
00
);
});
//this.cellViewer.toggleLatticeParameters(false);
...
...
@@ -5023,7 +5023,7 @@ class SimilarityFinder {
this
.
folded
=
true
;
this
.
foldBtn
.
src
=
util
.
IMAGE_DIR
+
'
folded.png
'
;
this
.
foldingPanel
.
style
.
display
=
'
none
'
;
},
1
00
);
},
3
00
);
});
//this.cellViewer.toggleLatticeParameters(false);
...
...
client/src/material-mod/MaterialMod.js
View file @
6f076b65
...
...
@@ -445,7 +445,7 @@ class DropDown{
this
.
folded
=
true
;
this
.
foldBtn
.
src
=
util
.
IMAGE_DIR
+
'
folded.png
'
;
this
.
foldingPanel
.
style
.
display
=
'
none
'
;
},
1
00
);
},
3
00
);
});
//this.cellViewer.toggleLatticeParameters(false);
...
...
client/src/material-mod/Similarity.js
View file @
6f076b65
...
...
@@ -37,7 +37,7 @@ class SimilarityFinder {
this
.
folded
=
true
;
this
.
foldBtn
.
src
=
util
.
IMAGE_DIR
+
'
folded.png
'
;
this
.
foldingPanel
.
style
.
display
=
'
none
'
;
},
1
00
);
},
3
00
);
});
//this.cellViewer.toggleLatticeParameters(false);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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