mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Include migrate.html with prod build
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
var source = event.source;
|
||||
var data = event.message;
|
||||
|
||||
// Uncomment for production
|
||||
// if (origin !== "http://coriolis.io") {
|
||||
// return;
|
||||
// }
|
||||
if (window.location.href.indexOf('coriolis') != -1 && origin !== "http://coriolis.io") {
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
var builds = fromJsonToObject(localStorage.getItem('builds'));
|
||||
|
||||
Reference in New Issue
Block a user