1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-31 02:59:44 +02:00

removed open sans, chasing Code section refresh issue

This commit is contained in:
Harvey Kandola 2017-03-06 18:30:55 +00:00
parent 7e7f63e6f4
commit 2bcef7831d
66 changed files with 243 additions and 18691 deletions

View file

@ -232,7 +232,6 @@ export default Ember.Service.extend({
// Returns all document pages with content
getPages(documentId) {
return this.get('ajax').request(`documents/${documentId}/pages`, {
method: 'GET'
}).then((response) => {