From 5233ca4ad33acce5f52d35167f35de878bbe88f4 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 28 Apr 2017 15:56:11 +0300 Subject: [PATCH] [PE mobile] Changes for tests. --- apps/presentationeditor/mobile/app/template/Settings.template | 2 +- apps/presentationeditor/mobile/app/view/Settings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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));