Add current url in CORS urls during install
This commit is contained in:
parent
e4551bb321
commit
4123f9f755
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
|||
</form>
|
||||
|
||||
<script>
|
||||
$("#corsUrl").text(function() {
|
||||
return window.location.origin;
|
||||
});
|
||||
$("#corsSlideToggle").click(function() {
|
||||
$("#corsFormBody").slideToggle(500);
|
||||
$("#corsCaret").toggleClass("caret-up");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue