From d7c85ae73d2bb57788020b1bfa85e4ae714af360 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sun, 9 Feb 2020 10:59:40 +0100 Subject: Revert "[locationinfo] Force interactive if split-login" Forcing interactive mode when split-login is enabled is already implemented for slx-browser, but chromium was excluded: It might be desired to have a full screen app that can be exited by Ctrl-W or via javascript. slx-browser simply doesn't support these mechanisms, thus we force interactive mode for it. If chromium should also be forced into interactive mode it would be easier to just change the existing code to be unconditional. This reverts commit b2798e8a80f7a395027c65ea2905a773d45a6be8. --- .../locationinfo/templates/page-config-panel-url.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules-available/locationinfo/templates/page-config-panel-url.html b/modules-available/locationinfo/templates/page-config-panel-url.html index 2deb32b1..86915729 100644 --- a/modules-available/locationinfo/templates/page-config-panel-url.html +++ b/modules-available/locationinfo/templates/page-config-panel-url.html @@ -115,7 +115,7 @@
- +
@@ -248,14 +248,6 @@ function browserChange() { } } -function splitLoginChange() { - if($("#split-login").is(':checked')) { - $("#interactive").prop('checked', true).prop('disabled', true); - } else { - $("#interactive").prop('disabled', false); - } -} - // Add another bookmark input field to the form function addBookmark() { var rowCopy = $('#bookmarkRow').clone(); -- cgit v1.2.3-55-g7522