Skip to content

Commit

Permalink
Merge pull request #207 from CPatchane/back_editor_tmp
Browse files Browse the repository at this point in the history
Temporary get back editor as name prefix
  • Loading branch information
gregorylegarec authored May 24, 2018
2 parents 2d54a2c + 61abe7f commit 140f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const getDefaultIcon = () => {

const getAppNamePrefix = () => {
const appNode = document.querySelector(APP_SELECTOR)
return appNode.dataset.cozyAppNamePrefix || undefined
return appNode.dataset.cozyAppNamePrefix || appNode.dataset.cozyAppEditor || undefined
}

const getUserActionRequired = () => {
Expand Down

0 comments on commit 140f3a4

Please sign in to comment.