Remove options / extension support (no plans to work on those in the current form).
This commit is contained in:
parent
139ed5cb36
commit
e6a70345b5
4 changed files with 1 additions and 47 deletions
public_html
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue