Update of /var/cvs/applications/editwizard/templates/javascript
In directory james.mmbase.org:/tmp/cvs-serv29966/templates/javascript

Modified Files:
        editwizard.jsp list.js 
Log Message:
smalle new feature: you can group a few list's with a 'listset'. This allows 
for nicer inclusion-possiblities


See also: 
http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/javascript


Index: editwizard.jsp
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/javascript/editwizard.jsp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- editwizard.jsp      8 Nov 2008 13:07:35 -0000       1.74
+++ editwizard.jsp      28 Nov 2008 16:51:01 -0000      1.75
@@ -5,7 +5,7 @@
  * and validation (in validator.js)
  *
  * @since    MMBase-1.6
- * @version  $Id: editwizard.jsp,v 1.74 2008/11/08 13:07:35 michiel Exp $
+ * @version  $Id: editwizard.jsp,v 1.75 2008/11/28 16:51:01 michiel Exp $
  * @author   Kars Veling
  * @author   Pierre van Rooden
  * @author   Nico Klasens
@@ -93,8 +93,10 @@
 // onunload handler with one of his own. It is hard to override that one,
 // because a timer is used to wait a while before attaching it.
 // In short, DON'T USE OR OVERRIDE THIS FUNCTION.
+    //
 }
 
+
 //********************************
 // COMMAND STUFF
 //********************************


Index: list.js
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/javascript/list.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- list.js     23 Apr 2007 17:34:32 -0000      1.3
+++ list.js     28 Nov 2008 16:51:01 -0000      1.4
@@ -1,9 +1,3 @@
-// Mozilla does not like this.
-var hist = window.history;
-if (hist) {
-    hist.go(1);
-}
-
 var cancelClick = false;
 
 function objMouseOver(el) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to