mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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('PDFMAKE_DOCS', 'http://pdfmake.org/playground.html');
|
||||||
define('PHANTOMJS_CLOUD', 'http://api.phantomjscloud.com/single/browser/v1/');
|
define('PHANTOMJS_CLOUD', 'http://api.phantomjscloud.com/single/browser/v1/');
|
||||||
define('PHP_DATE_FORMATS', 'http://php.net/manual/en/function.date.php');
|
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('REFERRAL_PROGRAM_URL', 'https://www.invoiceninja.com/affiliates/');
|
||||||
|
|
||||||
define('COUNT_FREE_DESIGNS', 4);
|
define('COUNT_FREE_DESIGNS', 4);
|
||||||
|
@ -251,17 +251,12 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
$('.normalDropDown:not(.dropdown-toggle)').click(function() {
|
$('.normalDropDown:not(.dropdown-toggle)').click(function() {
|
||||||
window.location = '{{ URL::to('invoices/create') }}';
|
window.location = '{{ URL::to('invoices/create') }}';
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
((window.gitter = {}).chat = {}).options = {
|
|
||||||
room: '{{ GITTER_ROOM }}',
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@stop
|
@stop
|
Loading…
x
Reference in New Issue
Block a user