@@ -24,7 +24,7 @@
|
|||||||
<script src='lib/swagger-oauth.js' type='text/javascript'></script>
|
<script src='lib/swagger-oauth.js' type='text/javascript'></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function () {
|
$(function () {
|
||||||
var url = window.location.search.match(/url=([^&]+)/);
|
var url = decodeURIComponent(window.location.search.match(/url=([^&]+)/));
|
||||||
if (url && url.length > 1) {
|
if (url && url.length > 1) {
|
||||||
url = url[1];
|
url = url[1];
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user