mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-16 00:01:36 +02:00
feat(torrents): show a seeding guide after torrent upload successfully.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user