Missing part... gm: google modules support.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194340 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1046,6 +1046,14 @@ function DoBrowserSB(sKey) {
|
||||
}
|
||||
}
|
||||
|
||||
function DoBrowserGM(xmlRef) {
|
||||
try {
|
||||
gBrowser.selectedTab = gBrowser.addTab('chrome://minimo/content/moduleview/moduleload.xhtml?url='+xmlRef);
|
||||
browserInit(gBrowser.selectedTab);
|
||||
} catch (e) {
|
||||
}
|
||||
}
|
||||
|
||||
/* Toolbar specific code - to be removed from here */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user