Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.     type: 'GET',
  3.     url: 'admin.php?import=true',
  4.     success: function (jqxhr) {
  5.  
  6.         // indexOf() return -1 klau x jumpa substring dlm string
  7.         if(jqxhr.responseText.indexOf('Error :') == -1) {
  8.             location.href = 'admin.php?loading=dismiss?callback=admin.php?upload';
  9.         }
  10.     }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement