FIX plein de bugs introduits avec la Grand Restructuration
[euphorik.git] / js / pageMinichat / conversation.js
index c3082b8..d8cd8a7 100644 (file)
@@ -16,7 +16,8 @@
 // You should have received a copy of the GNU General Public License\r
 // along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
  \r
\r
+ /*jslint laxbreak:true */\r
+\r
 /**\r
   * Représente une conversation.\r
   * Une conversation, au niveau XHTML, est formé de deux partie, le titre et les messages.\r
@@ -285,7 +286,7 @@ euphorik.Conversation.prototype.attacherEventsSurMessage = function(element) {
       function(event) {          \r
          // FIXME : ya pas mieux ?\r
          var racine = $(event.target).text();\r
-         thisConversation.conversations.ouvrirConversation(parseInt(idString.substring(1, racine.length - 1), 36));\r
+         thisConversation.conversations.ouvrirConversation(parseInt(racine.substring(1, racine.length - 1), 36));\r
          return false;\r
       }\r
    );\r