Revert "[third] Upgrade jquery to version 1.8.3."

This reverts commit be93b6ea28.

Unfortunately, the newer jquery comes with a huge performance
regression affecting the hotkeys code, which has the effect of making
typing super slow.

Fixes: #1449.
This commit is contained in:
Tim Abbott
2016-07-28 11:30:21 -07:00
parent 713797a65c
commit beedfb2939
8 changed files with 3671 additions and 3739 deletions

View File

@@ -23,7 +23,7 @@ i18n.init({
}
});
global.$ = require('jquery');
global.$ = require('jQuery');
var _ = global._;
// When writing these tests, the following command might be helpful: