1
0
Fork 0
mirror of https://github.com/Oreolek/undum.git synced 2024-05-04 01:59:21 +03:00

Merge branch 'actionnaming' of https://github.com/Oreolek/undum into Oreolek-actionnaming

Conflicts:
	games/media/js/undum.js
This commit is contained in:
idmillington 2014-08-13 13:12:54 +01:00
commit 7c9f5f1bbf

View file

@ -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.