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
|
||||
*
|
||||
**/
|
||||
var $jQ=jQuery.noConflict(true);
|
||||
var $jQ=jQuery;
|
||||
var hasFocus = true;
|
||||
$jQ(function(){
|
||||
if(!mChatArchiveMode){
|
||||
|
||||
Reference in New Issue
Block a user