[pLog-svn] r2902 - plog/trunk/js/editor

mark at devel.lifetype.net mark at devel.lifetype.net
Sat Feb 4 18:19:13 GMT 2006


Author: mark
Date: 2006-02-04 18:19:12 +0000 (Sat, 04 Feb 2006)
New Revision: 2902

Modified:
   plog/trunk/js/editor/plogeditor.js
Log:
Now, the plogeditor works in Safari again.

But, I really don't like the method I use. I hope there are more smart way to deal with this compatibability issue.

Modified: plog/trunk/js/editor/plogeditor.js
===================================================================
--- plog/trunk/js/editor/plogeditor.js	2006-02-04 17:49:57 UTC (rev 2901)
+++ plog/trunk/js/editor/plogeditor.js	2006-02-04 18:19:12 UTC (rev 2902)
@@ -803,6 +803,7 @@
          str == 'remove' ||
          str == 'removeItem' ||
          str == 'select' ||
+         str == 'shift' ||
          str == 'sortBy' ||
          str == 'toArray' ||
          str == 'without' ||



More information about the pLog-svn mailing list