Skip to content

Commit 8be7670

Browse files
committed
Index: Remove the "IE<9 not supported" message
It would appear near every core group except 1.x, that's too much. We no longer develop 1.x/2.x so this message would be less important now.
1 parent 9321de4 commit 8be7670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{#each jquery}}
1212
{{#if this.1.latestStable}}
13-
<h3>jQuery {{this.[0]}}.x{{#ifeq this.[0] '1'}}{{else}} (IE &lt;9 not supported){{/ifeq}}</h3>
13+
<h3>jQuery {{this.[0]}}.x</h3>
1414
<ul>
1515
<li>{{release "jQuery Core" this.1.latestStable}}</li>
1616
</ul>

0 commit comments

Comments
 (0)