8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
// Copyright 2016 by luk3yx.
|
|
// All rights reserved.
|
|
var content = getParam.content;
|
|
|
|
window.history.replaceState({}, "luk3yx's website", "/" + content);
|
|
|
|
loadScript("login");
|