From: Alan Knowles Date: Thu, 28 Mar 2019 07:18:52 +0000 (+0800) Subject: docs/Roo.docs.init.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=fc434a55c89d00175c44c66f5006cfd8f8b22114 docs/Roo.docs.init.js --- 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) {