Browse Source

Turned off automatic twitter hash tag links closes #208

Reverse
Zach Wise 12 years ago
parent
commit
ef6ddc8745
  1. 720
      codekit-config.json
  2. 10
      compiled/js/timeline-min.js
  3. 6
      compiled/js/timeline.js
  4. 2
      source/js/Core

720
codekit-config.json

File diff suppressed because it is too large Load Diff

10
compiled/js/timeline-min.js vendored

File diff suppressed because one or more lines are too long

6
compiled/js/timeline.js

@ -2005,8 +2005,10 @@ if(typeof VMM != 'undefined' && typeof VMM.Util == 'undefined') {
.replace(url_pattern, url_replace)
.replace(pseudoUrlPattern, "$1<a target='_blank' class='hyphenate' onclick='void(0)' href='http://$2'>$2</a>")
.replace(emailAddressPattern, "<a target='_blank' onclick='void(0)' href='mailto:$1'>$1</a>")
.replace(twitterHandlePattern, "<a href='http://twitter.com/$1' target='_blank' onclick='void(0)'>@$1</a>")
.replace(twitterSearchPattern, "<a href='http://twitter.com/#search?q=%23$2' target='_blank' 'void(0)'>$1</a>");
.replace(twitterHandlePattern, "<a href='http://twitter.com/$1' target='_blank' onclick='void(0)'>@$1</a>");
// TURN THIS BACK ON TO AUTOMAGICALLY LINK HASHTAGS TO TWITTER SEARCH
//.replace(twitterSearchPattern, "<a href='http://twitter.com/#search?q=%23$2' target='_blank' 'void(0)'>$1</a>");
},
linkify_wikipedia: function(text) {

2
source/js/Core

@ -1 +1 @@
Subproject commit 9bb073cd817344fae496b378ac5412760fb6ee92
Subproject commit 7d24ff35cc46fa78ee72c8a278508edaf593bf3c
Loading…
Cancel
Save