Skip to main content

Bug Tracker

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');
});
Attachments (0)
Change History (2)

Changed August 22, 2012 10:40AM UTC by stiucsib86 comment:1

So sorry. Its a mistake by myself.

Changed August 22, 2012 12:08PM UTC by scottgonzalez comment:2

resolution: → invalid
status: newclosed