mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 00:24:12 +03:00
Add invitation sound check into the installation process
This commit is contained in:
parent
6d4c438d62
commit
756014d568
@ -25,5 +25,9 @@
|
||||
$('#check-new-message').click(function() {
|
||||
Mibew.Utils.playSound('../sounds/new_message');
|
||||
});
|
||||
|
||||
$('#check-invitation').click(function() {
|
||||
Mibew.Utils.playSound('../sounds/invite');
|
||||
});
|
||||
});
|
||||
})(Mibew, jQuery);
|
||||
|
@ -10,6 +10,7 @@
|
||||
<ul>
|
||||
<li><a id="check-new-visitor" href="javascript:void(0)">{{l10n "New Visitor"}}</a></li>
|
||||
<li><a id="check-new-message" href="javascript:void(0)">{{l10n "New Message"}}</a></li>
|
||||
<li><a id="check-invitation" href="javascript:void(0)">{{l10n "Invitation"}}</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
<span class="warning">{{l10n "For security reasons you should remove install.php file from your server."}}</span>
|
||||
|
@ -10,6 +10,7 @@
|
||||
<ul>
|
||||
<li><a id="check-new-visitor" href="javascript:void(0)">{{l10n "New Visitor"}}</a></li>
|
||||
<li><a id="check-new-message" href="javascript:void(0)">{{l10n "New Message"}}</a></li>
|
||||
<li><a id="check-invitation" href="javascript:void(0)">{{l10n "Invitation"}}</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
<span class="warning">{{l10n "For security reasons you should remove install.php file from your server."}}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user