systlefix glyphicons, updated system reference
This commit is contained in:
parent
2f1c438406
commit
d01ace5d1b
@ -1 +1 @@
|
||||
Subproject commit 248e216e46b2e06fd92bc98df1b674a603c00ddd
|
||||
Subproject commit 50d263339efae667071829bb04b6a0f8201ca42f
|
||||
@ -51,7 +51,7 @@ function log_file_start(torrent){
|
||||
'<td>' +
|
||||
'<a href="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '"' +
|
||||
' target="_blank">' +
|
||||
'Share: ' +
|
||||
'<span class="glyphicon glyphicon-cloud" aria-hidden="true"></span> Share: ' +
|
||||
'</a>' +
|
||||
'<input type="text" value="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '" onClick="this.setSelectionRange(0, this.value.length)"/>' +
|
||||
' ' +
|
||||
@ -74,7 +74,7 @@ function log_file_add(torrent){
|
||||
'<td>' +
|
||||
'<a href="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '"' +
|
||||
' target="_blank">' +
|
||||
'Share: ' +
|
||||
'<span class="glyphicon glyphicon-cloud" aria-hidden="true"></span> Share: ' +
|
||||
'</a>' +
|
||||
'<input type="text" value="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '" onClick="this.setSelectionRange(0, this.value.length)"/>' +
|
||||
' ' +
|
||||
@ -98,7 +98,7 @@ function log_file_upd(torrent){
|
||||
'<td>' +
|
||||
'<a href="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '"' +
|
||||
' target="_blank">' +
|
||||
'Share: ' +
|
||||
'<span class="glyphicon glyphicon-cloud" aria-hidden="true"></span> Share: ' +
|
||||
'</a>' +
|
||||
'<input type="text" value="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '" onClick="this.setSelectionRange(0, this.value.length)"/>' +
|
||||
'</td>');
|
||||
@ -130,13 +130,13 @@ function log_file_done(torrent,url,file){
|
||||
'<td>' +
|
||||
'<a href="' + url + '"' +
|
||||
' download="' + file.name + '">' +
|
||||
'Save: ' + file.name +
|
||||
'<span class="glyphicon glyphicon-download" aria-hidden="true"></span> Save: ' + file.name +
|
||||
'</a>' +
|
||||
'</td>' +
|
||||
'<td>' +
|
||||
'<a href="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '"' +
|
||||
' target="_blank">' +
|
||||
'Share: ' +
|
||||
'<span class="glyphicon glyphicon-cloud" aria-hidden="true"></span> Share: ' +
|
||||
'</a>' +
|
||||
'<input type="text" value="http://www.slingit.org/#!start;hash.' + torrent.infoHash + '" onClick="this.setSelectionRange(0, this.value.length)"/>' +
|
||||
' ' +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user