Skip to content

Commit

Permalink
fixed index.html to use RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Oct 18, 2010
1 parent 3755434 commit 3af5693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

var HOST = "http://dev1.ajax.org";
var TESTING = false; //Load data from test models
var VERSION = FILES; //Change the version you want to use here
var VERSION = RELEASE; //Change the version you want to use here

var apfLoc = VERSION == FILES
? "common/apf/apf.js"
Expand Down

0 comments on commit 3af5693

Please sign in to comment.