Side navigation
#12372 closed bug (invalid)
Opened August 22, 2012 10:15AM UTC
Closed August 22, 2012 12:08PM UTC
getScript() not working for localhost
Reported by: | gbinghan@hotmail.com | 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'); });
So sorry. Its a mistake by myself.