[Mapbender-commits] r7537 - branches/2.7/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Feb 5 14:48:13 EST 2011
Author: marc
Date: 2011-02-05 11:48:13 -0800 (Sat, 05 Feb 2011)
New Revision: 7537
Modified:
branches/2.7/http/javascripts/mod_tab_expandable.js
Log:
double function call
Modified: branches/2.7/http/javascripts/mod_tab_expandable.js
===================================================================
--- branches/2.7/http/javascripts/mod_tab_expandable.js 2011-02-05 19:47:46 UTC (rev 7536)
+++ branches/2.7/http/javascripts/mod_tab_expandable.js 2011-02-05 19:48:13 UTC (rev 7537)
@@ -556,7 +556,6 @@
$(window).resize(function (e) {
setTimeout(function () {
resizeTabs(e);
- resizeTabs(e);
}, 200);
});
};
More information about the Mapbender_commits
mailing list