diff --git a/utils/notifier/background.html b/utils/notifier/background.html deleted file mode 100644 index f67523bad..000000000 --- a/utils/notifier/background.html +++ /dev/null @@ -1,193 +0,0 @@ - - - -
- - diff --git a/utils/notifier/images/alert.png b/utils/notifier/images/alert.png deleted file mode 100755 index f021b76fc..000000000 Binary files a/utils/notifier/images/alert.png and /dev/null differ diff --git a/utils/notifier/images/error.png b/utils/notifier/images/error.png deleted file mode 100755 index b9d7be0fb..000000000 Binary files a/utils/notifier/images/error.png and /dev/null differ diff --git a/utils/notifier/images/icon_128.png b/utils/notifier/images/icon_128.png deleted file mode 100644 index ef5722ed9..000000000 Binary files a/utils/notifier/images/icon_128.png and /dev/null differ diff --git a/utils/notifier/images/icon_48.png b/utils/notifier/images/icon_48.png deleted file mode 100644 index dd146d25d..000000000 Binary files a/utils/notifier/images/icon_48.png and /dev/null differ diff --git a/utils/notifier/images/normal.png b/utils/notifier/images/normal.png deleted file mode 100644 index 2a24fcba6..000000000 Binary files a/utils/notifier/images/normal.png and /dev/null differ diff --git a/utils/notifier/lib/prototype.js b/utils/notifier/lib/prototype.js deleted file mode 100644 index 8613914b1..000000000 --- a/utils/notifier/lib/prototype.js +++ /dev/null @@ -1,4170 +0,0 @@ -/* Prototype JavaScript framework, version 1.6.0.1 - * (c) 2005-2007 Sam Stephenson - * - * Prototype is freely distributable under the terms of an MIT-style license. - * For details, see the Prototype web site: http://www.prototypejs.org/ - * - *--------------------------------------------------------------------------*/ - -var Prototype = { - Version: '1.6.0.1', - - Browser: { - IE: !!(window.attachEvent && !window.opera), - Opera: !!window.opera, - WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1, - Gecko: navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') == -1, - MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/) - }, - - BrowserFeatures: { - XPath: !!document.evaluate, - ElementExtensions: !!window.HTMLElement, - SpecificElementExtensions: - document.createElement('div').__proto__ && - document.createElement('div').__proto__ !== - document.createElement('form').__proto__ - }, - - ScriptFragment: ' - - - - - - - -Last update: N/A
- - - -Copyright © 2010-2012 - Andrew Dolgov. - Licensed under GNU GPL version 2.
- - diff --git a/utils/notifier/popup.html b/utils/notifier/popup.html deleted file mode 100644 index de75dfbee..000000000 --- a/utils/notifier/popup.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -