kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Remove unused wikified format from viewwidget
rodzic
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;
|
||||
|
|
Ładowanie…
Reference in New Issue