Skip to content

Commit fd38e9f

Browse files
committed
remove old config load code
1 parent 8afd126 commit fd38e9f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

javascripts/muralapp.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -307,16 +307,6 @@ var loadConfig = function(callback) {
307307
base_url:"http://data.honolulu.gov/api/resource/yef5-h88r.json"};
308308

309309
callback(data);
310-
/*
311-
312-
$.ajax({
313-
url: '/config',
314-
dataType: 'jsonp',
315-
success: function (data, textStatus, jqXHR) {
316-
callback(data);
317-
}
318-
});
319-
*/
320310
};
321311

322312
// Setup the images for a given piece of art

0 commit comments

Comments
 (0)