Commit 7c287b37 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Changed <script language to <script type. JM-741

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/branches/3_0_branch@4445 b35dd754-fafc-0310-a699-88a17e54d16e
parent 11aca687
......@@ -158,7 +158,7 @@
<script src="dwr/util.js" type="text/javascript"></script>
<script src="dwr/interface/downloader.js" type="text/javascript"></script>
<script language="text/javascript">
<script type="text/javascript" >
DWREngine.setErrorHandler(handleError);
function handleError(error){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment