]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Javascript fix.
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 27 Feb 2003 21:15:14 +0000 (21:15 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 27 Feb 2003 21:15:14 +0000 (21:15 +0000)
commitc3205442df7cd7bbc3b7645f50c01a2501c84876
tree6e3f021960fd50d58e8560c13a34425a453061cd
parentd1e3c440c7e421c0daba73f7754c31ee88543d8e
Javascript fix.

Fix so that you can never have more than two checkboxes checked. (If this
happens, all but the current checkbox are unchecked.)

It used to be that one could view a PageHistory, check two boxes to view
a diff, then hit the back button.  (The originally checked two boxes are
still checked at this point.)  Checking a third box resulted in viewing
a diff between a quasi-random pair of versions selected from the three
which were selected.   Now clicking the third box results in the first
two being unchecked.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2679 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/plugin/PageHistory.php