Remove options / extension support (no plans to work on those in the current form).

This commit is contained in:
Oliver Jowett 2015-01-07 17:37:34 +00:00
parent 139ed5cb36
commit e6a70345b5
4 changed files with 1 additions and 47 deletions
public_html

View file

@ -247,12 +247,6 @@ function initialize_after_config() {
$('#dialog-modal').css('display', 'inline'); // Show hidden settings-windows content
});
// Load up our options page
optionsInitalize();
// Did our crafty user need some setup?
extendedInitalize();
// Setup our timer to poll from the server.
window.setInterval(fetchData, RefreshInterval);
window.setInterval(reaper, 60000);