Opened 10 years ago
Closed 10 years ago
#12372 closed bug (invalid)
getScript() not working for localhost
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The code below doesn't work
jQuery.getScript('//localhost/ajax/libs/angularjs/1.0.1/angular.min.js', function() { alert('done'); });
Where as this works
jQuery.getScript('//ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js', function() { alert('done'); });
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
So sorry. Its a mistake by myself.