Skip to content

Commit

Permalink
BugFix for selfFileHost.
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarJAH committed Mar 23, 2021
1 parent 117686f commit a0662d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ds-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -18504,7 +18504,7 @@ class Util {

getFileHost() {
if (this.browser.selfFileHost) {
return window.location.host;
return window.location.origin;
} else {
return "https://semantify.it";
}
Expand Down
2 changes: 1 addition & 1 deletion dist/ds-browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0662d7

Please sign in to comment.