Skip to content

Commit

Permalink
Allow underscores in action names
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreolek committed Aug 3, 2014
1 parent 2922c1f commit 23ccb50
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 23ccb50

Please sign in to comment.