bird36962
Chevereto Member
Uncaught TypeError: Cannot read property 'txt_images' of null
$.ajax({data: "action=uploaded",
success: function(response) {
image_singular_plural = (response.total == 1) ? lang.txt_image : lang.txt_images;
Uncaught TypeError: Cannot read property 'txt_images' of null
total_upload_count = response.total;
admin.js:322
$.ajax({data: "action=uploaded",
success: function(response) {
image_singular_plural = (response.total == 1) ? lang.txt_image : lang.txt_images;

total_upload_count = response.total;