[PE mobile] Changes for tests.
This commit is contained in:
parent
a661cb1698
commit
8014d64f11
|
@ -62,7 +62,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a id="settings-presentation-info" class="item-link">
|
<a id="settings-document-info" class="item-link">
|
||||||
<div class="item-content">
|
<div class="item-content">
|
||||||
<div class="item-media">
|
<div class="item-media">
|
||||||
<i class="icon icon-info"></i>
|
<i class="icon icon-info"></i>
|
||||||
|
|
|
@ -69,7 +69,7 @@ define([
|
||||||
initEvents: function () {
|
initEvents: function () {
|
||||||
var me = this;
|
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-download').single('click', _.bind(me.showDownload, me));
|
||||||
$('#settings-history').single('click', _.bind(me.showHistory, me));
|
$('#settings-history').single('click', _.bind(me.showHistory, me));
|
||||||
$('#settings-help').single('click', _.bind(me.showHelp, me));
|
$('#settings-help').single('click', _.bind(me.showHelp, me));
|
||||||
|
|
Loading…
Reference in a new issue