소스 검색

Update foreground.php

paladox 9 년 전
부모
커밋
700626b241
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      foreground.php

+ 2 - 2
foreground.php

@@ -42,7 +42,7 @@ $wgMessagesDirs['SkinForeground'] = __DIR__ . '/i18n';
 $wgExtensionMessagesFiles['SkinForeground'] = __DIR__ . '/Foreground.i18n.php';
 
 $wgResourceModules['skins.foreground.styles'] = array(
-	'position'       => 'top'
+	'position'       => 'top',
 	'styles'         => array(
 		'foreground/assets/stylesheets/normalize.css',
 		'foreground/assets/stylesheets/font-awesome.css',
@@ -57,7 +57,7 @@ $wgResourceModules['skins.foreground.styles'] = array(
 );
 
 $wgResourceModules['skins.foreground.js'] = array(
-	'position'       => 'bottom'
+	'position'       => 'bottom',
 	'scripts'        => array(
 		'foreground/assets/scripts/vendor/custom.modernizr.js',
 		'foreground/assets/scripts/vendor/fastclick.js',