Yaron Koren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/268812
Change subject: Fixed tabbing in SF_GoogleMapsInput.php
......................................................................
Fixed tabbing in SF_GoogleMapsInput.php
Change-Id: Ibe9d4857da4d2d2f15a41368bcdb32fa45874d39
---
M includes/forminputs/SF_GoogleMapsInput.php
1 file changed, 9 insertions(+), 9 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms
refs/changes/12/268812/1
diff --git a/includes/forminputs/SF_GoogleMapsInput.php
b/includes/forminputs/SF_GoogleMapsInput.php
index 38b7395..2cf5939 100644
--- a/includes/forminputs/SF_GoogleMapsInput.php
+++ b/includes/forminputs/SF_GoogleMapsInput.php
@@ -24,15 +24,15 @@
global $sfgTabIndex, $sfgFieldNum;
global $wgOut;
- $scripts = array(
-
"https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"
- );
- $scriptsHTML = '';
- foreach ( $scripts as $script ) {
- $scriptsHTML .= Html::linkedScript( $script );
- }
- $wgOut->addHeadItem( $scriptsHTML, $scriptsHTML );
- $wgOut->addModules( 'ext.semanticforms.maps' );
+ $scripts = array(
+
"https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"
+ );
+ $scriptsHTML = '';
+ foreach ( $scripts as $script ) {
+ $scriptsHTML .= Html::linkedScript( $script );
+ }
+ $wgOut->addHeadItem( $scriptsHTML, $scriptsHTML );
+ $wgOut->addModules( 'ext.semanticforms.maps' );
$parsedCurValue = SFOpenLayersInput::parseCoordinatesString(
$cur_value );
--
To view, visit https://gerrit.wikimedia.org/r/268812
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe9d4857da4d2d2f15a41368bcdb32fa45874d39
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits