Skip to content

Commit 287c439

Browse files
committed
Add "files-" prefix for filestable and fileList
Signed-off-by: Vincent Petry <[email protected]>
1 parent fb0efad commit 287c439

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+526
-525
lines changed

apps/comments/tests/js/filespluginSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ describe('OCA.Comments.FilesPlugin tests', function() {
3131
// dummy file list
3232
var $div = $(
3333
'<div>' +
34-
'<table class="filestable">' +
34+
'<table class="files-filestable">' +
3535
'<thead></thead>' +
36-
'<tbody class="fileList"></tbody>' +
36+
'<tbody class="files-fileList"></tbody>' +
3737
'</table>' +
3838
'</div>');
3939
$('#content').append($div);

0 commit comments

Comments
 (0)