added loading animation
This commit is contained in:
parent
aa033dbc64
commit
7a0ed91662
|
|
@ -41,7 +41,7 @@ function loadView(url) {
|
||||||
var view = url.split('/').pop().split("?")[0];
|
var view = url.split('/').pop().split("?")[0];
|
||||||
if (view != '') {
|
if (view != '') {
|
||||||
var requestUrl = '/views/' + url.split('/').pop();
|
var requestUrl = '/views/' + url.split('/').pop();
|
||||||
$("#td-modal-content").text('');
|
$("#td-modal-content").html('<img src="/images/spinner.gif" style="max-width: 100%; max-height: 100px; margin-top: 40px; margin-left: auto; margin-right: auto; display: block;"/>');
|
||||||
$("#td-modal-title").text('');
|
$("#td-modal-title").text('');
|
||||||
$("#td-modal").show();
|
$("#td-modal").show();
|
||||||
$("#td-modal-content").load(requestUrl, {'modal': true},
|
$("#td-modal-content").load(requestUrl, {'modal': true},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue