This commit is contained in:
Hannes Verschore 2015-04-29 09:50:14 +02:00
Родитель a28bb4b6d9
Коммит abe1cedf67
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -203,6 +203,9 @@ class FakeHandler(SimpleHTTPRequestHandler):
return response.status, headers, data
def injectData(self, host, path, data):
if host.startswith("massive."):
if path == "/Massive/driver.js":
return data.replace("job.calculate().toFixed(3)","normalize(job)")
if host.startswith("octane."):
if path == "/svn/latest/index.html":
return data.replace("</body>",