This website requires JavaScript.
Explore
Help
Register
Sign In
Transmission
/
transmission
Watch
1
Star
0
Fork
0
You've already forked transmission
mirror of
https://github.com/transmission/transmission.git
synced
2025-12-24 04:18:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
098011255557de145bc2694b39b2d29c1b5ac72e
transmission
/
web
/
javascript
History
Jordan Lee
0980112555
try to avoid unnecessary reflows in two more ways: (1) use jQuery.css() to set a batch of style properties at once, instead of doing it one at a time (2) when appending rows to the torrent list, use a document fragment to batch them into a single append.
2011-08-31 00:09:21 +00:00
..
jquery
#4455
'Action on N>1 torrents doesn't work properly in web interface' -- fix bug in jquery.contextmenu that clobbered jQuery.delegate bindings.
2011-08-29 20:28:19 +00:00
common.js
(trunk web) use String.localeCompare() instead of rolling our own compareTo() function.
2011-08-30 07:27:59 +00:00
dialog.js
(trunk web) rename "iphone" variables and css files as "mobile", since they also work on iPods and Android phones.
2011-08-28 17:24:56 +00:00
file-row.js
#4452
'Error: file.name is undefined' at file-row.js line 113 -- fixed.
2011-08-29 21:07:50 +00:00
formatter.js
(trunk web)
#4438
"Add tooltip for peer status in web interface" -- patch by niol
2011-08-24 18:42:10 +00:00
Makefile.am
(trunk web) rename torrent-renderer.js as torrent-row.js
2011-08-20 23:32:21 +00:00
menu.js
(web) fix whitepsaces
2010-06-21 13:14:33 +00:00
torrent-row.js
try to avoid unnecessary reflows in two more ways: (1) use jQuery.css() to set a batch of style properties at once, instead of doing it one at a time (2) when appending rows to the torrent list, use a document fragment to batch them into a single append.
2011-08-31 00:09:21 +00:00
torrent.js
(trunk web) use String.localeCompare() instead of rolling our own compareTo() function.
2011-08-30 07:27:59 +00:00
transmission.js
try to avoid unnecessary reflows in two more ways: (1) use jQuery.css() to set a batch of style properties at once, instead of doing it one at a time (2) when appending rows to the torrent list, use a document fragment to batch them into a single append.
2011-08-31 00:09:21 +00:00
transmission.remote.js
(trunk web) migrate from json.js to json2.js. <
http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
>
2011-08-28 14:51:49 +00:00