Remove the loading text from dialog ...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-01 17:56:31 -03:00
parent 7752ac0dc1
commit 0cb142d3fd
16 changed files with 124 additions and 53 deletions

View File

@@ -16,8 +16,8 @@
<div id="historyContainer">
<table class="table table-condensed" id="historyTable">
<colgroup>
<col width="50%"/>
<col width="30%"/>
<col width="40%"/>
<col width="40%"/>
<col width="10%"/>
<col width="10%"/>
</colgroup>
@@ -67,4 +67,7 @@
console.l(textStatus);
}
});
var submitDialogForm = function () {
}
</script>