Community
Participate
Working Groups
commandService.registerCommandContribution("pageNavigationActions", "eclipse.orion.git.nextLogPage", 2); //$NON-NLS-1$ //$NON-NLS-0$
var pageParams = PageUtil.matchResourceParameters();
explorer.display(pageParams.resource);
explorer.display(pageParams.resourceRaw);
window.addEventListener("hashchange", function() {
}, false);
});
GitLogExplorer.prototype.redisplay = function(){
this.display(pageParams.resource);
this.display(pageParams.resourceRaw);
};
GitLogExplorer.prototype.changedItem = function(parent, children) {
-