diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-02 19:59:23 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-02 19:59:23 -0400 |
| commit | c60546608749508e95068bb8c8fc35bc12068107 (patch) | |
| tree | 62aaf731bc97f4370356c3aa5dfb5754cc3b4d24 /static/js/pichat.js | |
| parent | 612cf7de0edd2dbdf4d73e3b9eb300520fa7a5c2 (diff) | |
commenting parseUri bug
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 8d69e62..b02167b 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -1579,6 +1579,7 @@ function timeFunc(f){ // parseUri 1.2.2 from http://blog.stevenlevithan.com/archives/parseuri // (c) Steven Levithan <stevenlevithan.com>, MIT License +// timb: todo: this can't deal with @s in urls correctly. ex: http://www.classicbattletech.com/images/gallery/Combat_Operations_Cover@1280x960.jpg function parseUri (str) { var o = parseUri.options, m = o.parser[o.strictMode ? "strict" : "loose"].exec(str), |
