From fc434a55c89d00175c44c66f5006cfd8f8b22114 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Mar 2019 15:18:52 +0800 Subject: [PATCH] docs/Roo.docs.init.js --- docs/Roo.docs.init.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Roo.docs.init.js b/docs/Roo.docs.init.js index e69ae05cde..7c3161f5aa 100644 --- a/docs/Roo.docs.init.js +++ b/docs/Roo.docs.init.js @@ -298,10 +298,11 @@ Roo.docs.init = { if (!ext.length) { cb(d) } - d.augments.push(ext); + var next = ext.shift(); + d.augments.push(next); var ax = new Roo.data.Connection({}); ax.request({ - url : this.prefix + 'symbols/' + ext + '.json', + url : this.prefix + 'symbols/' + next + '.json', method : 'GET', success : function(res, o) { -- 2.39.2