Column selector: js removed
authorYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 31 Mar 2014 13:53:10 +0000 (15:53 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 31 Mar 2014 13:53:10 +0000 (15:53 +0200)
portal/templates/slice-resource-view.html

index 284d34d..49004f1 100644 (file)
                        </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 %}