diff --git a/compiled/js/timeline.js b/compiled/js/timeline.js index a64dea2b4..aa2addc36 100644 --- a/compiled/js/timeline.js +++ b/compiled/js/timeline.js @@ -2016,7 +2016,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Util == 'undefined') { .replace(twitterHandlePattern, "@$1"); // TURN THIS BACK ON TO AUTOMAGICALLY LINK HASHTAGS TO TWITTER SEARCH - //.replace(twitterSearchPattern, "$1"); + //.replace(twitterSearchPattern, "$1"); }, linkify_wikipedia: function(text) { @@ -3106,7 +3106,7 @@ if(typeof VMM != 'undefined' && typeof VMM.ExternalAPI == 'undefined') { var twit = "

"; var td = VMM.Util.linkify_with_twitter(d.text, "_blank"); //td = td.replace(/(@([\w]+))/g,"$1"); - //td = td.replace(/(#([\w]+))/g,"$1"); + //td = td.replace(/(#([\w]+))/g,"$1"); twit += td; twit += "

"; //twit += " " + "" + " "; @@ -10006,4 +10006,4 @@ if (typeof VMM.Timeline !== 'undefined' && typeof VMM.Timeline.DataObj == 'undef }; -} \ No newline at end of file +}