This commit is contained in:
Mohsen Azimi
2015-01-30 16:30:51 -08:00
parent 040b7e3e5b
commit 9e8473308f
3 changed files with 59 additions and 59 deletions

2
dist/index.html vendored
View File

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