From a3a76811d20b51d680b865627acd300c214ed9f9 Mon Sep 17 00:00:00 2001 From: Thalia Date: Mon, 11 Jan 2016 18:24:57 +0000 Subject: [PATCH] Use more generic host and port for updating the math menu Change-Id: Iaa079b8037d3c73cfc8a283aa3f7c7926feb328b --- modules/ve-math/tools/makeSvgsAndCss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ve-math/tools/makeSvgsAndCss.js b/modules/ve-math/tools/makeSvgsAndCss.js index ba2e8ac..ee4e8da 100755 --- a/modules/ve-math/tools/makeSvgsAndCss.js +++ b/modules/ve-math/tools/makeSvgsAndCss.js @@ -48,8 +48,8 @@ } ), // API call to mathoid options = { - host: '192.168.37.177', - port: '10044', + host: 'mathoid.testme.wmflabs.org', + port: '80', path: '/', method: 'POST', headers: {