diff options
| author | 2012-11-05 22:33:11 +0100 | |
|---|---|---|
| committer | 2012-11-05 22:33:11 +0100 | |
| commit | 6dfab0b1dcaf70a24c03df12d8977748db933f3d (patch) | |
| tree | e088d4db9b6d72935531cd35c0b87081abe38b6a /app/views/javascript/main.phtml | |
| parent | e03c5757c9ada68d0acc6f671a4d78fe9144234b (diff) | |
correction ouverture liens dans nouvel onglet
Diffstat (limited to 'app/views/javascript/main.phtml')
| -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 |
