mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 03:17:19 +08:00
FEATURE: warn when caps lock is on during password input
This commit is contained in:
@ -47,6 +47,10 @@ function viewClassFor(name) {
|
||||
return Discourse.__container__.lookupFactory('view:' + name);
|
||||
}
|
||||
|
||||
function componentClassFor(name) {
|
||||
return Discourse.__container__.lookupFactory('component:' + name);
|
||||
}
|
||||
|
||||
function asyncTestDiscourse(text, func) {
|
||||
asyncTest(text, function () {
|
||||
var self = this;
|
||||
|
Reference in New Issue
Block a user