~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 07:58:29 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:187
util.js: Minor fix to parse_url: Path needs to begin with a '/'

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    else
143
143
    {
144
144
        serverpart = url.substr(0, index);
145
 
        url = url.substr(index+1);
 
145
        url = url.substr(index);
146
146
    }
147
147
 
148
148
    /* Split server name from port */