Skip to content

Commit

Permalink
Load config file with GET instead of POST
Browse files Browse the repository at this point in the history
  • Loading branch information
efyx committed Mar 23, 2011
1 parent c8a11b4 commit 00b09c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/Check/index.html
Expand Up @@ -175,6 +175,7 @@ <h2>Debug output: </h2>
this.addTest('Checking APE.Config.baseUrl', function() {
var oldAPE = $extend({}, APE);
var req = new Request({
'method': 'get',
'url': APE.Config.baseUrl + '/Source/Core/APE.js',
'onComplete': function(res) {
if (req.isSuccess()) {
Expand Down

0 comments on commit 00b09c8

Please sign in to comment.