git://git.onelab.eu
/
unfold.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1cc72d
)
Column selector: js removed
author
Yasin
<mohammed-yasin.rahman@lip6.fr>
Mon, 31 Mar 2014 13:53:10 +0000
(15:53 +0200)
committer
Yasin
<mohammed-yasin.rahman@lip6.fr>
Mon, 31 Mar 2014 13:53:10 +0000
(15:53 +0200)
portal/templates/slice-resource-view.html
patch
|
blob
|
history
diff --git
a/portal/templates/slice-resource-view.html
b/portal/templates/slice-resource-view.html
index
284d34d
..
49004f1
100644
(file)
--- a/
portal/templates/slice-resource-view.html
+++ b/
portal/templates/slice-resource-view.html
@@
-92,21
+92,4
@@
</div>
</div>
</div>
-
-<script>
-jQuery(document).ready(function(){
- jQuery("#show_col_selector").click(function(){
- jQuery("#columns_selector").show();
- jQuery("#hide_col_selector").show();
- jQuery("#show_col_selector").hide();
- });
- jQuery("#hide_col_selector").click(function(){
- jQuery("#columns_selector").hide();
- jQuery("#show_col_selector").show();
- jQuery("#hide_col_selector").hide();
- });
-});
-
-
-</script>
{% endblock %}