From a451a6aa83e07facfc1f899eb563fcdad12169b7 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 21 Apr 2015 16:24:25 -0700 Subject: [PATCH] fixing routing --- editor/scriptList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/scriptList.ts b/editor/scriptList.ts index f5c63cf0..a2c559cd 100644 --- a/editor/scriptList.ts +++ b/editor/scriptList.ts @@ -9244,7 +9244,7 @@ constructor(par: Host) { super(par) } - public persistentId() { return "publist:" + this.publicId; } + public persistentId() { return "list:" + this.publicId; } public getTitle() { return this.json ? this.json.name : this.publicId; } public getId() { return "overview"; } public getName() { return lf("overview"); }