Only help submenu visible on Install

5 views
Skip to first unread message

Nikhil Parachure

unread,
Jul 19, 2016, 11:01:37 AM7/19/16
to Chromium-Extensions-Announce
HI 
I have recently published an add-on. But on install only help submenu shoes up and after refreshing page all other sub menus show up. Any idea why this is happening ?
code is 
function onOpen(e) {
  SpreadsheetApp.getUi().createAddonMenu()
      .addItem('Create ', 'newSheet')
      .addItem('Build ', 'buildURL')
      .addItem('Build1', 'buildURL1')
      .addToUi();
}
Thanks in advance for help.

Reply all
Reply to author
Forward
0 new messages