Commit 2486078d authored by Bryce Johnson's avatar Bryce Johnson

Prevent unneccessary loading of UsernameValidator.

parent 091f4cb2
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
shortcut_handler = null; shortcut_handler = null;
switch (page) { switch (page) {
case 'sessions:new': case 'sessions:new':
case 'sessions:create':
new UsernameValidator(); new UsernameValidator();
break; break;
case 'projects:boards:show': case 'projects:boards:show':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment