Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
e926b62915
|
@ -69,9 +69,9 @@ AIRTIME = (function(AIRTIME) {
|
|||
|
||||
if ($lib.filter(':visible').length > 0) {
|
||||
|
||||
$lib.width(Math.floor(screenWidth * 0.5));
|
||||
$lib.width(Math.floor(screenWidth * 0.49));
|
||||
|
||||
$builder.width(Math.floor(screenWidth * 0.5))
|
||||
$builder.width(Math.floor(screenWidth * 0.49))
|
||||
.find("#sb_edit")
|
||||
.remove()
|
||||
.end()
|
||||
|
@ -155,9 +155,9 @@ AIRTIME = (function(AIRTIME) {
|
|||
AIRTIME.showbuilder.resetTimestamp();
|
||||
|
||||
$lib.show()
|
||||
.width(Math.floor(screenWidth * 0.5));
|
||||
.width(Math.floor(screenWidth * 0.49));
|
||||
|
||||
$builder.width(Math.floor(screenWidth * 0.5))
|
||||
$builder.width(Math.floor(screenWidth * 0.49))
|
||||
.find("#sb_edit")
|
||||
.remove()
|
||||
.end()
|
||||
|
|
Loading…
Reference in New Issue