Merge "fix hideci regex to work on /#/c/XXXXX/YY"
This commit is contained in:
commit
3eebee7ae9
@ -14,7 +14,7 @@
|
|||||||
// under the License.
|
// under the License.
|
||||||
|
|
||||||
// this regex matches the hash part of review pages
|
// this regex matches the hash part of review pages
|
||||||
var hashRegex = /^\#\/c\/([\d]+)(\/([\/\d+])?)?$/;
|
var hashRegex = /^\#\/c\/([\d]+)(\/(\d+)?\/?)?$/;
|
||||||
// this regex matches CI comments
|
// this regex matches CI comments
|
||||||
var ciRegex = /^(.* CI|Jenkins)$/;
|
var ciRegex = /^(.* CI|Jenkins)$/;
|
||||||
// this regex matches "Patch set #"
|
// this regex matches "Patch set #"
|
||||||
|
Loading…
Reference in New Issue
Block a user