0fdbad1 Fix unicode characters in ca and domain adders

1 file Authored by pvomacka 7 years ago, Committed by mbasti 7 years ago,
    Fix unicode characters in ca and domain adders
    
    Topology graph didn't show plus icons correctly.
    
    There is a problem with uglifying of javascript code. It does not leave unicode character
    written in hexadecimal format unchanged. Therefore this workaround which inserts
    needed character using Javascript function and uglifiyng does not affect it.
    
    https://fedorahosted.org/freeipa/ticket/6175
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>