Skip to content

Commit

Permalink
Bumped version to 1.6.2 and minified
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Dec 6, 2010
1 parent 4a1e7af commit fa035df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.rdoc
Expand Up @@ -96,6 +96,10 @@ If you want to apply behavior when new tweets are loaded, you can pass a callbac

== Changelog

=== 1.6.2

* Marcel van der Boom added support for home_timeline

=== 1.6.1

* Image size is now configurable
Expand Down
6 changes: 3 additions & 3 deletions jquery.livetwitter.js
@@ -1,11 +1,11 @@
/*
* jQuery LiveTwitter 1.6.1
* jQuery LiveTwitter 1.6.2
* - Live updating Twitter plugin for jQuery
*
* Copyright (c) 2009-2010 Inge Jørgensen (elektronaut.no)
* Licensed under the MIT license (MIT-LICENSE.txt)
*
* $Date: 2010/11/25$
* $Date: 2010/12/06$
*/

/*jslint browser: true, devel: true, onevar: false, immed: false, regexp: false */
Expand Down Expand Up @@ -147,7 +147,7 @@
url = "http://search.twitter.com/search.json?";
}
url += paramsString + "&callback=?";
} else if (twitter.mode === 'user_timeline' || twitter.mode === 'home_timeline' ) {
} else if (twitter.mode === 'user_timeline' || twitter.mode === 'home_timeline') {
if (settings.service.length > 0) {
url = "http://" + settings.service + "/api/statuses/" + twitter.mode + "/" + encodeURIComponent(this.query) + ".json?count=" + twitter.limit + "&callback=?";
} else {
Expand Down
2 changes: 1 addition & 1 deletion jquery.livetwitter.min.js

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

0 comments on commit fa035df

Please sign in to comment.