Display error screen when sharing a hidden hash
This commit is contained in:
@@ -603,6 +603,10 @@ define([
|
||||
|
||||
UI.addTooltips();
|
||||
|
||||
ctx.sframeChan.on("EV_PAD_NODATA", function (err) {
|
||||
UI.errorLoadingScreen(Messages.safeLinks_error);
|
||||
});
|
||||
|
||||
ctx.sframeChan.on("EV_PAD_PASSWORD", function (cfg) {
|
||||
UIElements.displayPasswordPrompt(funcs, cfg);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user