From: kipod Date: Mon, 17 Feb 2014 17:31:05 +0000 (-0500) Subject: remove junk line that duplicates another line X-Git-Tag: 1.31.0-rc.0~16892 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=5886d3fcb1a05508e97fde76d4fd40545b6ffddd;p=lhc%2Fweb%2Fwiklou.git remove junk line that duplicates another line Change-Id: I7fac4dd88b83ceeeca0a8964f55df0db47777cd8 --- diff --git a/resources/jquery.tipsy/jquery.tipsy.js b/resources/jquery.tipsy/jquery.tipsy.js index e3e4b9a787..6e47c60404 100644 --- a/resources/jquery.tipsy/jquery.tipsy.js +++ b/resources/jquery.tipsy/jquery.tipsy.js @@ -101,7 +101,6 @@ getTitle: function() { var title, $e = this.$element, o = this.options; fixTitle($e); - var title, o = this.options; if (typeof o.title == 'string') { title = $e.attr(o.title == 'title' ? 'original-title' : o.title); } else if (typeof o.title == 'function') {