Side navigation
#8198 closed bug (fixed)
Opened February 07, 2011 04:37PM UTC
Closed February 12, 2011 02:56PM UTC
Last modified February 14, 2011 01:31AM UTC
Remove script.type = "text/javascript" from support.js
Reported by: | musicisair | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5.1 |
Component: | support | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In all A-grade browsers (and probably all browsers that support javascript) the default value for a script element's type attr is "text/javascript".
It seems like waste of bytes specify it.
Attachments (0)
Change History (5)
Changed February 07, 2011 08:36PM UTC by comment:1
Changed February 07, 2011 11:23PM UTC by comment:2
component: | unfiled → support |
---|---|
priority: | undecided → low |
Changed February 10, 2011 11:40AM UTC by comment:3
Missed that one in https://github.com/jquery/jquery/commit/462bb1f66abf239492ee33c60feee3402fe64f77 (bug #8098), sorry.
Changed February 12, 2011 02:56PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Remove unnecessary "script.type = text/javascript;". Fixes #8198.
Follow up to 462bb1f66abf239492ee33c60feee3402fe64f77.
Changeset: 3548ffaee244af2bd5e28e91ebfaa995adab93a7
Changed February 14, 2011 01:31AM UTC by comment:5
milestone: | 1.next → 1.5.1 |
---|
https://github.com/jquery/jquery/pull/224