mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 14:54:51 +00:00
Remove unused wikified format from viewwidget
This commit is contained in:
parent
01a0c9481e
commit
e870e28cf3
@ -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…
Reference in New Issue
Block a user