WebCompDev
/
COMPONENTS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
dc922151761bd26896b456b4213d31621c6ce8c5
Authored by
Andrea Petta
2016-07-27 11:57:04 +0200
1 parent
0203e785
plugin update
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
datalets/base-datalet/base-datalet.html
datalets/base-datalet/base-datalet.html
View file @
dc92215
...
...
@@ -248,6 +248,10 @@ Example :
248
248
}
249
249
});
250
250
}
251
+ else
252
+ {
253
+ this.$.base_datalet_link.style.display = 'none';
254
+ }
251
255
}
252
256
253
257
else {
...
...