diff --git a/Gruntfile.js b/Gruntfile.js index b41142285..f789e8d2d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -79,8 +79,7 @@ module.exports = function(grunt) { sass: { stylesheets: { files: { - 'stylesheets/manifest.css': 'stylesheets/manifest.scss', - 'stylesheets/options.css': 'stylesheets/options.scss' + 'stylesheets/manifest.css': 'stylesheets/manifest.scss' } } }, diff --git a/js/options.js b/js/options.js deleted file mode 100644 index 606d63ac5..000000000 --- a/js/options.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * vim: ts=4:sw=4:expandtab - */ -;(function() { - 'use strict'; - extension.windows.getBackground(function(bg) { - bg.storage.onready(function() { - $(function() { - var Whisper = bg.Whisper; - var installView = new Whisper.InstallView({ - el: $('#install') - }); - if (Whisper.Registration.everDone()) { - installView.selectStep(3); - installView.hideDots(); - } - installView.$el.show(); - Whisper.events.on('contactsync:begin', installView.showSync, installView); - Whisper.events.on('contactsync', function() { - installView.close(); - bg.openInbox(); - window.close(); - }); - }); - }); - }); -})(); diff --git a/js/register.js b/js/register.js deleted file mode 100644 index 297d6ab91..000000000 --- a/js/register.js +++ /dev/null @@ -1,11 +0,0 @@ -/* - * vim: ts=4:sw=4:expandtab - */ -;(function() { - 'use strict'; - - extension.windows.getBackground(function(bg) { - var view = new bg.StandaloneRegistrationView({el: $('body')}); - }); - -})(); diff --git a/options.html b/options.html deleted file mode 100644 index 408359c4a..000000000 --- a/options.html +++ /dev/null @@ -1,23 +0,0 @@ - - -
-