loading type
This commit is contained in:
parent
7a56e9ddd5
commit
2387db5b12
|
@ -148,7 +148,7 @@ $(function() {
|
|||
var type = $(this).attr("class").replace("Category", "");
|
||||
$(this).addClass('selected');
|
||||
var id = $(this).attr("data-id");
|
||||
$('#media').html("Loading images for " + catName + " .. please wait..");
|
||||
$('#media').html("Loading " + type + "s for " + catName + " .. please wait..");
|
||||
$.getJSON("category", {'id': id, 'type': type}, function(json) {
|
||||
// alert(type);
|
||||
var arr = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user