mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-27 21:57:39 +00:00
Rename "tw-password-wrapper" class to "tc-password-wrapper"
Part of #764
This commit is contained in:
@@ -447,7 +447,7 @@ $tw.utils.PasswordPrompt = function() {
|
||||
// Store of pending password prompts
|
||||
this.passwordPrompts = [];
|
||||
// Create the wrapper
|
||||
this.promptWrapper = $tw.utils.domMaker("div",{"class":"tw-password-wrapper"});
|
||||
this.promptWrapper = $tw.utils.domMaker("div",{"class":"tc-password-wrapper"});
|
||||
document.body.appendChild(this.promptWrapper);
|
||||
// Hide the empty wrapper
|
||||
this.setWrapperDisplay();
|
||||
|
||||
Reference in New Issue
Block a user