v1.10.5 updates

update

Fixes testclasses

Apply fixes from StyleCI

Update .travis.yml

Revert "Update .travis.yml"

This reverts commit 462dd1cb44402f6cbcb516ff17e48d1d562e98e2.
This commit is contained in:
Manish Verma
2019-04-10 15:26:17 +05:30
committed by Manish Verma
parent c4247368c8
commit b11a4f6649
7 changed files with 15 additions and 6 deletions

View File

@@ -709,7 +709,7 @@ if ($thread->title != "") {
$('body').css('display', 'block');
setTimeout(function(){
var $iframe = "Id{{$conversation->id}}";
$('<iframe src="javascript:void(0)" id=' + $iframe + ' class="iframe" frameborder="0" scrolling="no" width="100%" style="height:1px"></iframe>').appendTo(".timeline-body{{$conversation->id}}");
$('<iframe src="about:blank" id=' + $iframe + ' class="iframe" frameborder="0" scrolling="no" width="100%" style="height:1px"></iframe>').appendTo(".timeline-body{{$conversation->id}}");
setTimeout(function(){
$('#' + $iframe).contents().find('body').append('<body><style>body{display:inline-block;}</style>{!!$conversation->purify(true)!!}<body>');
}, 100);
@@ -730,7 +730,7 @@ if ($thread->title != "") {
setTimeout(function(){
$('body').css('display', 'block');
var $iframe = "Id{{$conversation->id}}";
$('<iframe src="javascript:void(0)" id=' + $iframe + ' class="iframe" frameborder="0" scrolling="no" width="100%" style="height:1px"></iframe>').appendTo(".timeline-body{{$conversation->id}}");
$('<iframe src="about:blank" id=' + $iframe + ' class="iframe" frameborder="0" scrolling="no" width="100%" style="height:1px"></iframe>').appendTo(".timeline-body{{$conversation->id}}");
setTimeout(function(){
$('#' + $iframe).contents().find('body').append('<body><style>body{display:inline-block;}</style>{!!$conversation->purify(true)!!}<body>');
}, 100);