diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-18 11:43:39 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-18 11:43:39 +0200 |
commit | 919af48c9db5bd53149cb9d9e23378282d1ac9ce (patch) | |
tree | 2f4f0ee5680fa3b64d4b6d2cf893894a30f746ea /views | |
parent | 0859091a11d28dfae483bdbf9b85da83a5e21806 (diff) | |
download | collection-json-explorer-919af48c9db5bd53149cb9d9e23378282d1ac9ce.tar.gz collection-json-explorer-919af48c9db5bd53149cb9d9e23378282d1ac9ce.tar.bz2 collection-json-explorer-919af48c9db5bd53149cb9d9e23378282d1ac9ce.tar.xz collection-json-explorer-919af48c9db5bd53149cb9d9e23378282d1ac9ce.zip |
o Trying to get the last slash correct in the URLs.
Diffstat (limited to 'views')
-rw-r--r-- | views/data.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/data.jade b/views/data.jade index 3d844a3..948053b 100644 --- a/views/data.jade +++ b/views/data.jade @@ -8,7 +8,7 @@ mixin get_name(link, prefix, i) // TODO: Show show a 'copy' button to copy the entire link mixin href(href) - if typeof href != 'string' + if typeof href !== 'string' i no href else - var splits = urlgenerator.split(href) |