Skip to content

Commit 88928c8

Browse files
committed
Remove require.js plugin from webpage
1 parent a47c00e commit 88928c8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414
<body>
1515
<div class="container">
1616
<div class="page-header"><h1>raven.js</h1></div>
17-
<div class="checkbox">
18-
<label>
19-
<input type="checkbox" value="require">
20-
require.js (experimental, may not work at all) <a href="https://github.com/getsentry/raven-js/blob/master/plugins/require.js">View Source</a>
21-
</label>
22-
</div>
17+
18+
<h4>Plugins</h4>
2319
<div class="checkbox">
2420
<label>
2521
<input type="checkbox" value="console">
@@ -29,13 +25,13 @@
2925
<div class="checkbox">
3026
<label>
3127
<input type="checkbox" value="ember">
32-
ember.js (experimental) <a href="https://github.com/getsentry/raven-js/blob/master/plugins/ember.js">View Source</a>
28+
ember.js <a href="https://github.com/getsentry/raven-js/blob/master/plugins/ember.js">View Source</a>
3329
</label>
3430
</div>
3531
<div class="checkbox">
3632
<label>
3733
<input type="checkbox" value="angular">
38-
angular.js (experimental) <a href="https://github.com/getsentry/raven-js/blob/master/plugins/angular.js">View Source</a>
34+
angular.js <a href="https://github.com/getsentry/raven-js/blob/master/plugins/angular.js">View Source</a>
3935
</label>
4036
</div>
4137
<input id="download" class="form-control input-lg" type="text" />

0 commit comments

Comments
 (0)