[Mapbender-commits] r10332 - trunk/mapbender/http/plugins
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Sat Nov 16 03:32:53 PST 2019
    
    
  
Author: armin11
Date: 2019-11-16 03:32:52 -0800 (Sat, 16 Nov 2019)
New Revision: 10332
Modified:
   trunk/mapbender/http/plugins/mb_button.js
Log:
Align
Modified: trunk/mapbender/http/plugins/mb_button.js
===================================================================
--- trunk/mapbender/http/plugins/mb_button.js	2019-11-16 11:31:15 UTC (rev 10331)
+++ trunk/mapbender/http/plugins/mb_button.js	2019-11-16 11:32:52 UTC (rev 10332)
@@ -65,7 +65,7 @@
 		left: "auto"
 	}).hide().dialog({
 		autoOpen: false,
-		 position: [o.$target.offset().left+20, o.$target.offset().top+80],
+		position: [o.$target.offset().left+20, o.$target.offset().top+80],
                 dialogClass: o.target + "-dialog",
 		close: function() {$button.removeClass("myOnClass");button.stop();}
         });
    
    
More information about the Mapbender_commits
mailing list