Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlof committed Feb 25, 2016
1 parent 12cdb37 commit 08cbcc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.linkify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function linkify(string, buildHashtagUrl, includeW3, target, noFollow) {

string = function() {
var uri;
if (string.toLowerCase().indexOf("www.") !== -1) {
if (string.toLowerCase().indexOf("www.") === 0) {
if (!includeW3) {
return string;
}
Expand Down
2 changes: 1 addition & 1 deletion jquery.linkify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08cbcc6

Please sign in to comment.