From 919af48c9db5bd53149cb9d9e23378282d1ac9ce Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 18 Jul 2012 11:43:39 +0200 Subject: o Trying to get the last slash correct in the URLs. --- views/data.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/data.jade') 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) -- cgit v1.2.3