Merge "Show toggle CI button for Gerrit URLs with patch set ranges"

This commit is contained in:
Jenkins 2016-02-10 14:52:42 +00:00 committed by Gerrit Code Review
commit 91b5d1f01c

View File

@ -14,7 +14,7 @@
// under the License.
// this regex matches the hash part of review pages
var hashRegex = /^\#\/c\/([\d]+)(\/(\d+)?\/?)?$/;
var hashRegex = /^\#\/c\/([\d]+)((\/\d+)([.][.](\d+))?)?\/?$/;
// this regex matches CI comments
var ciRegex = /^(.* CI|Jenkins)$/;
// this regex matches "Patch set #"