mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-09 13:40:26 +01:00
fix(core): move textcomplete dropdown menu
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
function stateChangeStart(event, toState, toParams, fromState, fromParams) {
|
||||
$('.side-background').remove();
|
||||
$('.textcomplete-dropdown').remove();
|
||||
// Check authentication before changing state
|
||||
if (toState.data && toState.data.roles && toState.data.roles.length > 0) {
|
||||
var allowed = false;
|
||||
|
||||
Reference in New Issue
Block a user