No success toast when copying URL from prompt
This commit is contained in:
@@ -362,9 +362,6 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter",
|
||||
});
|
||||
} else {
|
||||
prompt(globalize.translate("CopyStreamURL"), downloadHref);
|
||||
require(["toast"], function (toast) {
|
||||
toast(globalize.translate("CopyStreamURLSuccess"));
|
||||
});
|
||||
}
|
||||
document.body.removeChild(textArea);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user