clear timer on quick slide changes

This commit is contained in:
Oliver Wieland 2013-09-12 20:57:15 +02:00
parent 9bb6d699c7
commit ddd644d874
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ sup {
function show_text(newtext){
var fade_direction = 0;
var match = /-webkit-text-fill-color:[^;\"]+/gi;
if (timer != null)
clearInterval(timer);
/*
QtWebkit bug with outlines and justify causing outline alignment
problems. (Bug 859950) Surround each word with a <span> to workaround,