Lines Matching refs:cursor
2207 // Make cursor spin...
2208 document.body.style.cursor = 'wait';
2235 // Restore cursor
2236 document.body.style.cursor = 'auto';
2267 // Make cursor spin... (only do this when we're handling the response)
2268 document.body.style.cursor = 'wait';
2301 // Restore cursor
2302 document.body.style.cursor = 'auto';
2379 // Restore cursor
2380 document.body.style.cursor = 'auto';