test for conditions on deployed machine

This commit is contained in:
ansuz 2016-08-29 16:59:58 +02:00
parent 9dc206c1ee
commit ca7d2943be
1 changed files with 0 additions and 2 deletions

View File

@ -5,12 +5,10 @@ define([
var $ = window.jQuery;
var domain = 'https://beta.cryptpad.fr';
domain = 'http://localhost:3000';
var path = '/customize/share/frame.html';
var acceptResponseFrom = [
/.*/i,
/cryptpad.fr$/
];