diff options
| author | Maximilian Krambach <[email protected]> | 2018-06-06 11:05:53 +0000 |
|---|---|---|
| committer | Maximilian Krambach <[email protected]> | 2018-06-06 11:05:53 +0000 |
| commit | bfd3799d39df265882deedeee083fd5246a2f35d (patch) | |
| tree | bfee0a85d6373fa578de075cbce4d26ddced14e4 /lang/js/DemoExtension/entry.js | |
| parent | js: implement import/delete Key, some fixes (diff) | |
| download | gpgme-bfd3799d39df265882deedeee083fd5246a2f35d.tar.gz gpgme-bfd3799d39df265882deedeee083fd5246a2f35d.zip | |
js: code cleanup (eslint)
--
* trying to stick to eslint from now on for readability
* As some attribution was lost in previous git confusions, I added my
name into some of the licence headers
Diffstat (limited to 'lang/js/DemoExtension/entry.js')
| -rw-r--r-- | lang/js/DemoExtension/entry.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/js/DemoExtension/entry.js b/lang/js/DemoExtension/entry.js index 62583421..77b96f92 100644 --- a/lang/js/DemoExtension/entry.js +++ b/lang/js/DemoExtension/entry.js @@ -17,7 +17,12 @@ * License along with this program; if not, see <http://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * + * Author(s): + * Maximilian Krambach <[email protected]> */ + +/* global chrome */ + document.addEventListener('DOMContentLoaded', function() { chrome.tabs.create({ url: './mainui.html' |
