1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-31 15:42:59 +00:00

Yet more "tw-*" -> "tc-*"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 19:41:29 +01:00
parent 995f0e7f29
commit f223310d34
56 changed files with 202 additions and 202 deletions

View File

@@ -189,7 +189,7 @@ Modal.prototype.display = function(title,options) {
Modal.prototype.adjustPageClass = function() {
if($tw.pageContainer) {
$tw.utils.toggleClass($tw.pageContainer,"tw-modal-displayed",this.modalCount > 0);
$tw.utils.toggleClass($tw.pageContainer,"tc-modal-displayed",this.modalCount > 0);
}
};