File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 38
38
console (experimental) < a href ="https://github.com/getsentry/raven-js/blob/master/plugins/console.js "> View Source</ a >
39
39
</ label >
40
40
</ div >
41
+ < div class ="checkbox ">
42
+ < label >
43
+ < input type ="checkbox " value ="ember ">
44
+ ember.js (experimental) < a href ="https://github.com/getsentry/raven-js/blob/master/plugins/ember.js "> View Source</ a >
45
+ </ label >
46
+ </ div >
47
+ < div class ="checkbox ">
48
+ < label >
49
+ < input type ="checkbox " value ="angular ">
50
+ angular.js (experimental) < a href ="https://github.com/getsentry/raven-js/blob/master/plugins/angular.js "> View Source</ a >
51
+ </ label >
52
+ </ div >
41
53
< input id ="download " class ="form-control input-lg " type ="text " />
42
54
</ div >
43
55
< script src ="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js "> </ script >
44
56
< script src ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js "> </ script >
45
57
< script >
46
58
$ ( function ( ) {
47
- var plugins = [ ] , base = '//cdn.ravenjs.com/1.1.11 /' , $download = $ ( '#download' ) ;
59
+ var plugins = [ ] , base = '//cdn.ravenjs.com/1.1.12 /' , $download = $ ( '#download' ) ;
48
60
$ ( 'input[type="checkbox"]' ) . on ( 'click' , function ( ) {
49
61
var val = $ ( this ) . val ( ) , url ;
50
62
if ( $ ( this ) . prop ( 'checked' ) ) {
You can’t perform that action at this time.
0 commit comments