forked from openlp/openlp
Fix a test
This commit is contained in:
parent
5bb449455d
commit
588cf96b5a
@ -121,7 +121,7 @@ HTML = r"""
|
|||||||
}
|
}
|
||||||
|
|
||||||
function show_text(new_text){
|
function show_text(new_text){
|
||||||
var match = /-webkit-text-fill-color:[^;"]+/gi;
|
var match = /-webkit-text-fill-color:[^;\"]+/gi;
|
||||||
if(timer != null)
|
if(timer != null)
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user