Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function wlCommonInit(){
  2. var locale = "Caricamento";
  3. var busyIndicator = new WL.BusyIndicator('content',{text:locale});
  4. busyIndicator.show();
  5. }
  6.  
  7. var busy;
  8.  
  9. function wlCommonInit(){
  10. WL.ClientMessages.loading = "טוען...";
  11. busy = new WL.BusyIndicator();
  12. busy.show();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement