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:
parent
ba90eb45ad
commit
0a5e7c904f
@ -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);
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user