Skip to content

Commit

Permalink
Merge pull request #172 from datasci4health/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
santanche authored Aug 13, 2020
2 parents bd97fad + c4ea5a6 commit a9ce38f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/adonisjs/public/infra/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Basic {
else if (!path.includes("/"))
/* (!(path.startsWith("http://") || path.startsWith("https://") ||
path.startsWith("/") || path.startsWith("../"))) */
result = DCCCommonServer.managerAddress + "artifacts/cases/" +
result = DCCCommonServer.managerAddress + "resources/artifacts/cases/" +
((this.host != null) ? this.currentCaseId + "/" : "") +
path;
return result;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
<small id="keywords-help" class="form-text text-muted">Inform your keywords separated by semicolon.</small>
</div>
<input type="hidden" id="source" name="source">
<button type="submit" class="btn btn-secondary" id="btn-save-settings">Save</button>
<button type="submit" class="btn btn-secondary" id="btn-save-settings" data-toggle="modal" data-target="#settings-modal">Save</button>
<button type="button" class="btn btn-outline-secondary" data-dismiss="modal">Cancel</button>
</form>
</div>
</div>
</div>
</div>
</div>

0 comments on commit a9ce38f

Please sign in to comment.