Author: jmorliaguet
Date: Sun Jan  1 16:21:12 2006
New Revision: 2107

Modified:
   cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
Log:

- href="javascript:void(0)" is better than href="#"



Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js (original)
+++ cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Sun Jan  1 
16:21:12 2006
@@ -370,7 +370,7 @@
             style: {display: "block"},
             attributes: {
               action: tag.getAttribute("action"),
-              href: "#"
+              href: "javascript:void(0)"
             }
           });
           break;
@@ -388,7 +388,7 @@
               attributes: {
                 action: tag.getAttribute("action"),
                 choice: items[j].choice,
-                href: "#"
+                href: "javascript:void(0)"
               }
             });
 
@@ -401,7 +401,7 @@
             tag: "a",
             content: tag.getAttribute("label"),
             style: {display: "block"},
-            attributes: {href:"#"}
+            attributes: {href:"javascript:void(0)"}
           });
 
           var submenu = Canvas.addNode(item, {
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to