Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezekiah committed Jul 12, 2013
1 parent 21f3735 commit 3aa5d8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion outside/templates/enquete/document.html
Expand Up @@ -551,7 +551,7 @@ <h3 style="font-size:23px;margin:0px">{{ document.name }} </h3>

$('#tei-settings').css('display', 'block')
$('#verbatim').html(html);
//initVerbatimTooltips();
initVerbatimTooltips()
//console.log("ntotal:"+ $('span:regex(class,lem_*)').length);
//updateDictionnarySelect();
// sidebar height
Expand Down
7 changes: 5 additions & 2 deletions static/js/outside/utilScripts.js
Expand Up @@ -582,10 +582,13 @@ function initVerbatimTooltips() {

style: {
color:'black',
name: 'blue' // Inherit the rest of the attributes from the preset dark style
name: 'blue',
'font-weight':'bold',
'font-family':'arial',

}

});
}).removeAttr('title');
});
};

Expand Down

0 comments on commit 3aa5d8e

Please sign in to comment.