Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions apps/comments/src/activitytabviewplugin.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the use of this file?

This file was deleted.

6 changes: 0 additions & 6 deletions apps/comments/src/comments-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
*
*/

import CommentsInstance from './services/CommentsInstance.js'

// Init Comments
if (window.OCA && !window.OCA.Comments) {
Object.assign(window.OCA, { Comments: {} })
}

// Init Comments App view
Object.assign(window.OCA.Comments, { View: CommentsInstance })
console.debug('OCA.Comments.View initialized')
61 changes: 0 additions & 61 deletions apps/comments/src/comments-tab.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/comments/src/comments.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file still needed?

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

import './app.js'
import './templates.js'
import './activitytabviewplugin.js'

window.OCA.Comments = OCA.Comments
Loading