[Mapbender-commits] r7880 - branches/2.7/http/frames
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 21 12:24:53 EDT 2011
Author: astrid_emde
Date: 2011-06-21 09:24:53 -0700 (Tue, 21 Jun 2011)
New Revision: 7880
Modified:
branches/2.7/http/frames/login.php
Log:
changed tab selection to click to handle lot of categories
Modified: branches/2.7/http/frames/login.php
===================================================================
--- branches/2.7/http/frames/login.php 2011-06-21 13:54:51 UTC (rev 7879)
+++ branches/2.7/http/frames/login.php 2011-06-21 16:24:53 UTC (rev 7880)
@@ -115,7 +115,7 @@
$(document).ready(function () {
$(function() {
$("#guiListTabs").tabs({
- event: 'mouseover'
+ event: 'click'
});
//$("a", ".gui_list").button();
//$("a", ".gui_list").click(function() { return false; });
More information about the Mapbender_commits
mailing list