1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Removed Gitter chat

This commit is contained in:
Hillel Coren 2015-11-08 11:50:18 +02:00
parent ba90eb45ad
commit 0a5e7c904f
2 changed files with 0 additions and 6 deletions

View File

@ -427,7 +427,6 @@ if (!defined('CONTACT_EMAIL')) {
define('PDFMAKE_DOCS', 'http://pdfmake.org/playground.html');
define('PHANTOMJS_CLOUD', 'http://api.phantomjscloud.com/single/browser/v1/');
define('PHP_DATE_FORMATS', 'http://php.net/manual/en/function.date.php');
define('GITTER_ROOM', 'hillelcoren/invoice-ninja');
define('REFERRAL_PROGRAM_URL', 'https://www.invoiceninja.com/affiliates/');
define('COUNT_FREE_DESIGNS', 4);

View File

@ -251,17 +251,12 @@
</div>
@endif
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script type="text/javascript">
$(function() {
$('.normalDropDown:not(.dropdown-toggle)').click(function() {
window.location = '{{ URL::to('invoices/create') }}';
});
});
((window.gitter = {}).chat = {}).options = {
room: '{{ GITTER_ROOM }}',
};
</script>
@stop