Removed redundant script
authorTom De Nies <tom.denies@ugent.be>
Fri, 29 Mar 2013 15:18:43 +0100
changeset 6016 c2f51c070a4b
parent 6015 f03fa125a7e1
child 6017 638d140d588b
Removed redundant script
dictionary/Overview.html
--- a/dictionary/Overview.html	Fri Mar 29 10:17:20 2013 +0100
+++ b/dictionary/Overview.html	Fri Mar 29 15:18:43 2013 +0100
@@ -608,21 +608,6 @@
       });
 
     </script>
-    <script class="remove">
-      function updateGrammarRefs() {
-        $('.grammar-ref').each(function(index) {
-          var ref=$(this).attr('data-ref');
-          console.log( "updating grammar for " + ref);
-//          $('#'+ref).parents("tbody").clone().appendTo($(this));
-
-
-          // $(this).replaceWith(function() {return $('#'+ref).parents("tbody").clone()});
-
-           $(this).replaceWith($('#'+ref).parents("tbody").clone());
-
-        });
-      }
-    </script>
     <script class="remove"> 
       var addExtraReferences = function() {
           for (var k in extraReferences)