twoerner / pagure

Forked from pagure 5 years ago
Clone

b29ac45 fix broken watchers dropdown in repo_info

1 file Authored by ryanlerch 5 years ago, Committed by pingou 5 years ago,
    fix broken watchers dropdown in repo_info
    
    There was some old, unused JS in repo_info that was broken,
    and was causing the watch dropdown to not work anymore.
    
    This removes that JS, and the watch dropdown should work again.
    
    fixes #3444