systlefix glyphicons, updated system reference

This commit is contained in:
Ulf Gebhardt 2015-10-04 00:59:46 +02:00
parent 2f1c438406
commit d01ace5d1b
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 248e216e46b2e06fd92bc98df1b674a603c00ddd
Subproject commit 50d263339efae667071829bb04b6a0f8201ca42f

View File

@ -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)"/>' +
'&nbsp;&nbsp;&nbsp;' +
@ -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)"/>' +
'&nbsp;&nbsp;&nbsp;' +
@ -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)"/>' +
'&nbsp;&nbsp;&nbsp;' +