Event click not working either when deployed on aws or meteor but working on local host

Template.sidebar.events({ ‘click #sidebar’: function () { alert(“alert Something”);}});

Working in localhost.

NotWorking in after deployment in meteor

Why So ??

Please help me