texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Wed, 30 Nov 2022 13:36:36 -0500 (EST)

branch: old/qt-info
commit e1bb40de7f81164127364365f46be6966f3c2118
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Apr 10 01:26:46 2019 +0100

    * js/info.js (web_channel_override) <input>: Add override.  This
    will be used for index and menus.
---
 ChangeLog  | 5 +++++
 js/info.js | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 5a00af57e5..418ea3f0e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-09  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * js/info.js (web_channel_override) <input>: Add override.  This 
+       will be used for index and menus.
+
 2019-04-09  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * js/info.js (init_ifram) <on_load>: Pass iframe window object
diff --git a/js/info.js b/js/info.js
index e19d3e17a3..c438ca1f73 100644
--- a/js/info.js
+++ b/js/info.js
@@ -2149,6 +2149,11 @@ function web_channel_override (store, action)
         window.core.external_manual (action.url);
         return 1;
       }
+    case "input":
+      {
+        window.core.show_text_input (action.input);
+        return 1;
+      }
     default:
       {
         return 0;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]