Don't include extra jQuery library
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@
|
|||||||
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
var $jQ=jQuery.noConflict(true);
|
var $jQ=jQuery;
|
||||||
var hasFocus = true;
|
var hasFocus = true;
|
||||||
$jQ(function(){
|
$jQ(function(){
|
||||||
if(!mChatArchiveMode){
|
if(!mChatArchiveMode){
|
||||||
|
|||||||
Reference in New Issue
Block a user