Skip to content

Commit

Permalink
Merge pull request #8538 from caseyrollins/feature/fix-tags
Browse files Browse the repository at this point in the history
[feature] Fix tags [PLAT-969]
  • Loading branch information
sloria authored Jul 11, 2018
2 parents 052d40c + d806dfe commit 86b98ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/static/js/pages/file-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require('jquery-tagsinput');

m.mount(document.getElementsByClassName('file-view-panels')[0], FileViewPage(window.contextVars));

var tagUrl = '/api/v1/project/' + window.contextVars.node.id + '/osfstorage' + window.contextVars.file.path + '/tags/';
var tagUrl = '/api/v1/' + window.contextVars.node.id + '/osfstorage' + window.contextVars.file.path + '/tags/';

$(function() {
// Tag input
Expand Down

0 comments on commit 86b98ce

Please sign in to comment.