Merge "fix hideci regex to work on /#/c/XXXXX/YY"

This commit is contained in:
Jenkins 2015-04-02 18:58:50 +00:00 committed by Gerrit Code Review
commit 3eebee7ae9

View File

@ -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 #"