Author: michiel
Date: 2010-04-06 18:33:27 +0200 (Tue, 06 Apr 2010)
New Revision: 41781

Modified:
   
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
Log:
not needed any more

Modified: 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
      2010-04-06 16:32:44 UTC (rev 41780)
+++ 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
      2010-04-06 16:33:27 UTC (rev 41781)
@@ -1,16 +1,5 @@
 $().ready(function() {
-        {   // prevent default of gui of images in search results
-            $(document).bind("mmsrPaged",
-                             function (e, status, relater) {
-                                 
$(relater.div).find("a.mm_gui").removeAttr("onclick");
-                                 
$(relater.div).find("a.mm_gui").click(function(ev) {
-                                         ev.preventDefault();
-                                     });
-                             }
-                             );
-        }
 
-
         {  // Setup tinymcy on the example page for that.
             if ($("body").hasClass("tinymce")) {
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to