Skip to content

Commit

Permalink
Revert templates changes made in dialogviews
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheidecke committed Oct 28, 2019
1 parent 49f01a6 commit a1fae72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions core/js/sharedialoglinklistview.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
'<div class="clear-both">' +
' <button class="addLink">{{addLinkText}}</button>' +
'</div>' +
'<div class="linkTreeView subView">'+
' <ul class="linkTree"></ul>'
'</div>' +
'<div class="privacyWarningMessage">{{privacyWarningMessage}}</div>';

/**
Expand Down
3 changes: 2 additions & 1 deletion core/js/sharedialogview.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
' <div class="oneline">' +
' <input id="shareWith-{{cid}}" class="shareWithField" type="text" placeholder="{{sharePlaceholder}}" />' +
' <span class="shareWithLoading icon-loading-small hidden"></span>'+
' {{{remoteShareInfo}}}' +
'{{{remoteShareInfo}}}' +
' </div>' +
' <div class="shareeListView subView"></div>' +
' </div>' +
' <div class="linkShareView subView tab hidden" style="padding-left:0;padding-right:0;"></div>' +
'</div>' +
Expand Down

0 comments on commit a1fae72

Please sign in to comment.