mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 17:01:33 +02:00
* Mostly thoughts on starting pipe code support for preview mode of MLTEV
This commit is contained in:
parent
6b03b5357f
commit
1a81532aa7
2 changed files with 11 additions and 0 deletions
|
@ -108,6 +108,7 @@ MCIViewFactory.prototype.createFromMCI = function(mci) {
|
|||
break;
|
||||
|
||||
// Pre-defined Label (Text View)
|
||||
// :TODO: Currently no real point of PL -- @method replaces this pretty much... probably remove
|
||||
case 'PL' :
|
||||
if(mci.args.length > 0) {
|
||||
options.text = getPredefinedMCIValue(this.client, mci.args[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue