DEBSOURCES
Skip Quicknav
sources / python-pywebview / 5.0.5%2Bdfsg-2 / webview / js / alert.py
12345678910
""" Custom alert box without the URL in the title bar for Windows """ src = """ window.alert = function(message) { window.external.alert(message); }; """