Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!--
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<overlay id="chatzilla-scripts-overlay"
<overlaytarget id="scripts-overlay-target">
<script><![CDATA[
/* utils.js overloads the standard JS messages with prompt service
* calls, which require the locale support to have loaded. This next
* line is needed so that the onLoad function in handlers.js can
* display the "error loading ChatZilla" message even if the locale
* support is what failed to load.
*/
window.baseAlert = window.alert;
]]></script>
</overlaytarget>
</overlay>