diff options
Diffstat (limited to 'app/views/javascript')
| -rw-r--r-- | app/views/javascript/main.phtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index e93f5677c..82577bd62 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -132,9 +132,7 @@ $(document).ready (function () { }); $(".post.flux .content a").click (function () { - url = $(this).attr ("href"); - redirect (url, true); - return false; + $(this).attr ('target', '_blank'); }); // Touches de manipulation |
