Fix JS errors on Enterprise plans page
- Upgrades Angulartics to 1.1.1 to fix $exceptionHandler issue - Changes Raven to use an Angular plugin - Fixes the digest cycle call on the enterprise plans page
This commit is contained in:
parent
9e6a264f5f
commit
60c4b38ed5
3 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@ EXTERNAL_JS = [
|
|||
'cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.2.0/js/bootstrap-datepicker.min.js',
|
||||
'cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js',
|
||||
'cdn.jsdelivr.net/g/bootbox@4.1.0,underscorejs@1.5.2,restangular@1.2.0,d3js@3.3.3',
|
||||
'cdn.ravenjs.com/1.1.14/jquery,native/raven.min.js',
|
||||
'cdn.ravenjs.com/3.1.0/angular/raven.min.js',
|
||||
]
|
||||
|
||||
EXTERNAL_CSS = [
|
||||
|
|
Reference in a new issue