bkabrda / pagure

Forked from pagure 6 years ago
Clone

daae60d Declare the sse variable before trying to use it

Authored and Committed by pingou 8 years ago
    Declare the sse variable before trying to use it
    
    This was breaking the behavior of the asynchronous commenting as the JS was
    checking if sse was true or false, but sse wasn't defined by default