|
@@ -25,7 +25,7 @@ Loading
|
|
|
|
|
|
</form>
|
|
|
|
|
|
-<script type="text/javascript">
|
|
|
+<script type="application/javascript">
|
|
|
|
|
|
|
|
|
window.onload = init();
|
|
@@ -40,6 +40,7 @@ function init(){
|
|
|
document.getElementById('formStatus').value+="\n Adding scripts";
|
|
|
if (typeof generateTable === "function")
|
|
|
document.getElementById('formStatus').value+="\n generateTable defined";
|
|
|
+ document.getElementById('formStatus').value+="\n Obj:"+obj;
|
|
|
|
|
|
|
|
|
}
|