File tree Expand file tree Collapse file tree
OpenLGTV_BCM-src/var/www/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 * FIX: '3' (K_3) button handling in send_key.sh script and Remote Control page
5353 * FIX: msdl binary handling in msdl.sh
5454 * FIX: workaround in imdb.sh using data provider change to ScreenRush instead of IMDB
55+ * FIX: update thumbshot url for bookmarks by nicola_12345
5556 * ADD: TVN alternative service
5657 * ADD: 'showmsg' shell function to show 2-line messages on TV screen
5758 * ADD: more NetCast services
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ function CreateBookmark() {
6060 {
6161 if (Bookmark ['a' + i ].Address .length != 0 )
6262 {
63- var imageSrc = "http://open.thumbshots.org/image.aspx?url=" + Bookmark ['a' + i ].Address ;
63+ // var imageSrc = "http://open.thumbshots.org/image.aspx?url=" + Bookmark ['a' + i ].Address ;
64+ var imageSrc = "http://images.thumbshots.com/image.aspx?cid=MOhxVQYY%2fd8%3d&v=1&w=150&url=" + Bookmark ['a' + i ].Address ;
6465 // TODO : try to get rid of few document .getElementById () method calls
6566 document .getElementById ('img' + i ).src = imageSrc ;
6667 var linkURL = Bookmark ['a' + i ].Address ;
You can’t perform that action at this time.
0 commit comments