Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 04:32 AM
If you think this is the only way then you could try this dirty hack
var status = false;
//GlideAjaxCallHere
//CallBackFunction
function callBack(res){
//processResponse
status = true;
}
while(!status){}
//rest of the code here