Remove double slash in iframe URL

pull/1/head
yflory 2020-11-04 13:09:49 +01:00
parent 9203b88538
commit 2844505593
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ define([
}
document.getElementById('sbox-iframe').setAttribute('src',
ApiConfig.httpSafeOrigin + window.location.pathname + '/inner.html?' +
ApiConfig.httpSafeOrigin + window.location.pathname + 'inner.html?' +
requireConfig.urlArgs + '#' + encodeURIComponent(JSON.stringify(req)));
// This is a cheap trick to avoid loading sframe-channel in parallel with the