mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
fix #1246
This commit is contained in:
parent
d3fba73ae6
commit
510fc05c1f
1 changed files with 4 additions and 3 deletions
|
|
@ -5,8 +5,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<script>
|
||||
var idx = location.href.indexOf('?');
|
||||
var url = parent.location.href;
|
||||
var url = location.href;
|
||||
var idx = url.indexOf('?');
|
||||
|
||||
if(idx > -1 ) {
|
||||
var query_string = location.href.substr(idx+1, location.href.length);
|
||||
var args = {};
|
||||
|
|
@ -23,4 +24,4 @@
|
|||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue