I am trying to customize teamsite ui.Trying to add one menu option.Below is my customer.xml code.But changes are not getting reflected.Whats wrong in my code?
<?xml version="1.0" encoding="UTF-8"?>
<iw-ui>
<grid configId="iw.cc.modules.favorites.grid">
<menu configId="iw.cc.modules.favorites.grid.menu">
<iwov-insert-before configId="_iw.cc.grid.preview.menuItem">
<menuItem configId="cu.alertMenuItem" text="cu.alert.menu.item.text"
handler="function{
alert('hello there');
}"/>
</iwov-insert-before>
</menu>
</grid>
</iw-ui>