|
@@ -154,4 +154,4 @@ class app.views.Content extends app.View
|
|
|
try $.id decodeURIComponent(hash) catch
|
|
try $.id decodeURIComponent(hash) catch
|
|
|
|
|
|
|
|
isExternalUrl: (url) ->
|
|
isExternalUrl: (url) ->
|
|
|
- url?[0..4] in ['http:', 'https:']
|
|
|
|
|
|
|
+ url?[0..5] in ['http:/', 'https:']
|