Skip to content

Commit

Permalink
workaround the experimental underline bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantw committed Feb 7, 2014
1 parent 1c32dcd commit 64b533e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/han.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@


/*!
* 漢字標準格式 v2.3-alpha
* 漢字標準格式 v2.3
* Hanzi-optimised CSS Mode
*
* Lisence: MIT Lisence
* Last-Modified: 2014/2/6
* Last-Modified: 2014/2/7
*/

;(function(window, $){
var version = '2.3-alpha',
var version = '2.3',

tests = [],
rubies,
Expand Down Expand Up @@ -230,7 +230,7 @@
*/

if ( $('html').hasClass('han-lab-underline') )
$(range).find('u').charize('', true, true)
$(range).find('u').charize({'bitouwei': false}, true, true)

$(range).find('u, ins').each(function(){
var next = this.nextSibling
Expand Down

0 comments on commit 64b533e

Please sign in to comment.