diff --git a/lang/js/DemoExtension/entry.js b/lang/js/DemoExtension/entry.js index 7e5e1ffe..62583421 100644 --- a/lang/js/DemoExtension/entry.js +++ b/lang/js/DemoExtension/entry.js @@ -1,25 +1,25 @@ /* gpgme.js - Javascript integration for gpgme * Copyright (C) 2018 Bundesamt für Sicherheit in der Informationstechnik * * This file is part of GPGME. * * GPGME is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GPGME is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, see . * SPDX-License-Identifier: LGPL-2.1+ * */ document.addEventListener('DOMContentLoaded', function() { chrome.tabs.create({ - url: './uimainui.html' + url: './mainui.html' }); }); diff --git a/lang/js/DemoExtension/mainui.html b/lang/js/DemoExtension/mainui.html index d85e7a46..76b8a221 100644 --- a/lang/js/DemoExtension/mainui.html +++ b/lang/js/DemoExtension/mainui.html @@ -1,33 +1,33 @@ - +



Result data:

diff --git a/lang/js/DemoExtension/popup.html b/lang/js/DemoExtension/popup.html index 866b1135..50070311 100644 --- a/lang/js/DemoExtension/popup.html +++ b/lang/js/DemoExtension/popup.html @@ -1,9 +1,9 @@ - + \ No newline at end of file