Completed
Pull Request — master (#2466)
by
unknown
48s
created
classes/controllers/FrmWelcomeTourController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
 	 *
184 184
 	 * @return array
185 185
 	 */
186
-	private static function get_js_variables() {		
186
+	private static function get_js_variables() {
187 187
 		return array(
188 188
 			'IS_WELCOME_TOUR_SEEN' => ! self::is_welcome_tour_not_seen(),
189 189
 			'i18n'                 => array(
Please login to merge, or discard this patch.