This commit is contained in:
Jeena Paradies 2013-01-08 23:14:06 +01:00
parent 6d7d3cbc9d
commit 0bd96d1207

View file

@ -593,7 +593,7 @@ function(jQuery, Paths, URI, HostApp, Cache) {
var text = node.innerHTML;
var mentions_in_text = [];
var res = text.match(/(\^[\w:/.]+)/ig);
var res = text.match(/(\^[\w]+\.[\w:/.]+)/ig);
if (res) {
for (var i = 0; i < res.length; i++) {
@ -680,7 +680,7 @@ function(jQuery, Paths, URI, HostApp, Cache) {
})
}
var res = text.match(/(\^[\w:/.]+)/ig);
var res = text.match(/(\^[\w]+\.[\w:/.]+)/ig);
if (res) {
for (var i = 0; i < res.length; i++) {