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