We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1a0e8 commit eef4b65Copy full SHA for eef4b65
files/acp/js/CMS.ACP.js
@@ -13,7 +13,7 @@ CMS.ACP.Page.AddForm = Class.extend({
13
var $aliasParent = $('#parentID option:selected').data('alias');
14
var $alias = $('#alias').val();
15
if ($alias != '') {
16
- $aliasPreview = window.location.origin + '/index.php/';
+ $aliasPreview = 'index.php/';
17
if ($aliasParent != '' && typeof $aliasParent !== "undefined") {
18
$aliasPreview += $aliasParent + '/';
19
}
0 commit comments