Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/216506

Change subject: Fix $ not defined
......................................................................

Fix $ not defined

Change-Id: Ib3fbe5117fcabda3885ab5d220183949a76d8966
---
M AjaxLogin.js
M ApiAjaxLogin.php
2 files changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AjaxLogin 
refs/changes/06/216506/1

diff --git a/AjaxLogin.js b/AjaxLogin.js
index 0ee1e13..80f7bcc 100644
--- a/AjaxLogin.js
+++ b/AjaxLogin.js
@@ -16,6 +16,8 @@
  * elements, etc.
  */
 AjaxLogin.prototype.initialize = function() {
+       var $;
+
        this._loginPanel = $( '#userloginRound' );
        this._loginForm = $( '#userajaxloginform' );
 
diff --git a/ApiAjaxLogin.php b/ApiAjaxLogin.php
index 96e80d8..eada585 100644
--- a/ApiAjaxLogin.php
+++ b/ApiAjaxLogin.php
@@ -166,8 +166,4 @@
                        'Token' => null
                );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id: ApiAjaxLogin.php 83671 2011-03-10 
21:09:49Z ialex $';
-       }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/216506
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib3fbe5117fcabda3885ab5d220183949a76d8966
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AjaxLogin
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to