From 171284db38126bc9212da6028f4ccefbb399a836 Mon Sep 17 00:00:00 2001 From: Yasmin Seidel Date: Sat, 13 Feb 2021 11:32:07 -0300 Subject: [PATCH] gui.js updated with the pony base --- js/gui.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/js/gui.js b/js/gui.js index e12425d5..99467fc8 100644 --- a/js/gui.js +++ b/js/gui.js @@ -6,9 +6,11 @@ var firstLoading = true; var oldConfig = {}; var PonyScripts = { + 'browser-ponies-base': absUrl('js/ponybase.js'), + 'browser-ponies-script': absUrl('js/browserponies.js'), 'browser-ponies-script': absUrl('js/browserponies.js'), 'browser-ponies-config': absUrl('js/basecfg.js'), - 'browser-ponies-base': absUrl('js/ponycfg.js') + 'browser-ponies-cfg': absUrl('js/ponycfg.js') }; function loadingJson(script) { @@ -61,6 +63,7 @@ function embedCode(config) { copy.autostart = true; return ( '' + + '' + '' + '' + '