Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3762 from dmethvin/core-git
Browse files Browse the repository at this point in the history
Allow core jquery-git to be used for unit tests.
  • Loading branch information
gseguin committed Mar 8, 2012
2 parents 3eec66b + feb9b4b commit ab825e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/jquery.tag.inserter.js
Expand Up @@ -18,6 +18,9 @@
case "1.6.4":
url = baseUrl + "jquery-1.6.4.js";
break;
case "git":
url = "http://code.jquery.com/jquery-git.js";
break;
}

document.write( "<script src='" + url + "'></script>" );
Expand Down

0 comments on commit ab825e4

Please sign in to comment.