feat(torrents): show a seeding guide after torrent upload successfully.

This commit is contained in:
OldHawk
2018-04-19 15:07:32 +08:00
parent 94eee67ad1
commit 0fd53d8f56
8 changed files with 111 additions and 23 deletions

View File

@@ -119,9 +119,7 @@
if (vm.appConfig.showDemoWarningPopup && !sw) {
$timeout(function () {
$('#warning_popup').popup('show');
//$('.warning_popup_open').trigger('click');
//angular.element('#myselector').triggerHandler('click');
}, 300);
}, 10);
localStorageService.set('showed_warning', true);
}