Use page.show instead of page in file list
Change-Id: I201dc49935d77e546d55331899d049aa3db62fa3
This commit is contained in:
@@ -211,7 +211,7 @@ limitations under the License.
|
||||
if (opt_index != null) {
|
||||
this.selectedIndex = opt_index;
|
||||
}
|
||||
page(this._computeDiffURL(this.changeNum, this.patchNum,
|
||||
page.show(this._computeDiffURL(this.changeNum, this.patchNum,
|
||||
this.files[this.selectedIndex].__path));
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user