mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-04 00:03:01 -08:00
Remove unused wikified format from viewwidget
This commit is contained in:
parent
01a0c9481e
commit
e870e28cf3
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ ViewWidget.prototype.execute = function() {
|
|||
this.viewFormat = this.getAttribute("format","text");
|
||||
this.viewTemplate = this.getAttribute("template","");
|
||||
switch(this.viewFormat) {
|
||||
case "wikified":
|
||||
this.text = this.getValueAsWikified();
|
||||
break;
|
||||
case "htmlwikified":
|
||||
this.text = this.getValueAsHtmlWikified();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue