From 00b09c88b6e994b98fe00c9d59d323b0cfa6e2ed Mon Sep 17 00:00:00 2001 From: efyx Date: Wed, 23 Mar 2011 03:00:26 -0700 Subject: [PATCH] Load config file with GET instead of POST --- Tools/Check/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/Check/index.html b/Tools/Check/index.html index 4327a63..4232f27 100644 --- a/Tools/Check/index.html +++ b/Tools/Check/index.html @@ -175,6 +175,7 @@

Debug output:

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()) {