getVideo/webview/js/alert.py


Home Back

"""
    Custom alert box without the URL in the title bar for Windows
"""

src = """
window.alert = function(message) {
    window.external.alert(message);
};

"""

Powered by Code, a simple repository browser by Fabio Di Matteo