1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-30 02:29:43 +02:00

removed dead code and put space title on start doc screen

This commit is contained in:
Harvey Kandola 2016-10-08 15:13:47 -07:00
parent b5f68ffb08
commit 15a2c101a7
4 changed files with 4 additions and 3 deletions

View file

@ -189,7 +189,6 @@ export default Ember.Service.extend({
// document meta referes to number of views, edits, approvals, etc.
getMeta(documentId) {
return this.get('ajax').request(`documents/${documentId}/meta`, {
method: "GET"
});