From 695259cd3dee0c3d4abc7197041be55e41c89bb2 Mon Sep 17 00:00:00 2001 From: Abd Alsattar Date: Sat, 9 May 2020 14:19:48 +0100 Subject: [PATCH] Changing the abandoned original TogetherJS Mozilla Hub to Glitch hub used by JSFiddle community --- js/ext.togetherjs.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ext.togetherjs.config.js b/js/ext.togetherjs.config.js index 3d3bd92..cb658b9 100644 --- a/js/ext.togetherjs.config.js +++ b/js/ext.togetherjs.config.js @@ -7,7 +7,7 @@ baseUrl: mw.config.get( 'wgServer' ) + mw.config.get( 'wgExtensionAssetsPath' ) + '/TogetherJS', - hubBase: 'http://hub.togetherjs.com/', + hubBase: 'https://togetherjs-hub.glitch.me/', useMinimizedCode: true, cacheBust: false,