@@ -43,7 +43,7 @@ $( \'#categoryEditorTable\' ).sortable({
<th lang="en" style="text-align:center">DELETE</th>
</tr>
</thead>
- <tbody id="categoryEditorTable"></tbody>
+ <tbody id="categoryEditorTable"><td class="text-center" colspan="6"><i class="fa fa-spin fa-spinner"></i></td></tbody>
</table>
</form>
</div>
@@ -74,7 +74,9 @@ function get_page_settings_tab_editor_tabs($Organizr)
- <tbody id="tabEditorTable"></tbody>
+ <tbody id="tabEditorTable">
+ <td class="text-center" colspan="12"><i class="fa fa-spin fa-spinner"></i></td>
+ </tbody>