1
0
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:
Jermolene
2014-08-28 17:38:53 +01:00
parent 54591100b5
commit 35a3224dba
2 changed files with 6 additions and 6 deletions

View File

@@ -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();