Skip to content

Commit 6dc4bb2

Browse files
author
Gaurav SinghaRoy
committed
added a generic domain in download function
1 parent 1bc5410 commit 6dc4bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/resources/utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Utils = {
1919
$("#alert_modal").modal("show");
2020
},
2121
rdf2any : {
22-
server : "http://localhost:8080/",
22+
server : "http://"+document.domain.toString()+":8080/",
2323
actions : {
2424
convert : "rdf2any/v1.0/convert/"
2525
}

0 commit comments

Comments
 (0)