plechev

Untitled

Apr 15th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.22 KB | None | 0 0
  1. jQuery('.hidden-download-link a').click(function(){
  2.    
  3.     if(Rcl.user_ID == 0){
  4.    
  5.         rcl_notice('Для загрузки зарегистрируйтесь на сайте','error',10000);
  6.         return false;
  7.        
  8.     }
  9.    
  10. });
Add Comment
Please, Sign In to add comment