~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/common/util.js

  • Committer: mattgiuca
  • Date: 2008-01-11 06:01:41 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:182
browser.js: Now correctly implements do_action and navigate. Able to perform
actions properly. Handling the result is not yet implemented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
440
440
        /* open's 3rd argument = false -> SYNCHRONOUS (wait for response)
441
441
         * (No need for a callback function) */
442
442
        xhr.open(method, url, false);
443
 
        xhr.send("");
 
443
        xhr.send(null);
444
444
    }
445
445
    else
446
446
    {