Skip to content

Commit

Permalink
Merge branch 'Oreolek-actionnaming'
Browse files Browse the repository at this point in the history
  • Loading branch information
idmillington committed Aug 13, 2014
2 parents 78da72c + 7c9f5f1 commit 2cae722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/media/js/undum.js
Expand Up @@ -1478,7 +1478,7 @@

/* This gets called when a link needs to be followed, regardless
* of whether it was user action that initiated it. */
var linkRe = /^([-a-z0-9]+|\.)(\/([-0-9a-z]+))?(\?.+)?$/;
var linkRe = /^([a-z0-9_-]+|\.)(\/([0-9a-z_-]+))?$/;
var processLink = function(code) {
// Check if we should do this now, or if processing is already
// underway.
Expand Down

0 comments on commit 2cae722

Please sign in to comment.