diff --git a/apps/presentationeditor/mobile/app/template/Settings.template b/apps/presentationeditor/mobile/app/template/Settings.template index d6d6d6ddd..d5bdef055 100644 --- a/apps/presentationeditor/mobile/app/template/Settings.template +++ b/apps/presentationeditor/mobile/app/template/Settings.template @@ -62,7 +62,7 @@
  • - +
    diff --git a/apps/presentationeditor/mobile/app/view/Settings.js b/apps/presentationeditor/mobile/app/view/Settings.js index 892dc6f4c..cc9b3ce1a 100644 --- a/apps/presentationeditor/mobile/app/view/Settings.js +++ b/apps/presentationeditor/mobile/app/view/Settings.js @@ -69,7 +69,7 @@ define([ initEvents: function () { var me = this; - $('#settings-presentation-info').single('click', _.bind(me.showInfo, me)); + $('#settings-document-info').single('click', _.bind(me.showInfo, me)); $('#settings-download').single('click', _.bind(me.showDownload, me)); $('#settings-history').single('click', _.bind(me.showHistory, me)); $('#settings-help').single('click', _.bind(me.showHelp, me));