jonbeckett / virtualflightonlinetransmitter

6 stars 6 forks source link

Who.php- Planes are not displayed in FireFox #4

Closed Gilbertdelyon closed 3 months ago

Gilbertdelyon commented 3 months ago

In https://github.com/jonbeckett/virtualflightonlinetransmitter/blob/2d694eaefd058c5632466a2f706bc5d54e43181e/server/who.php#L15

Replace <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O\/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />

by

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />

And it Works!

jonbeckett commented 3 months ago

Sorted :) - Thank you!

jonbeckett commented 3 months ago

Many thanks for this - I'll do a new release at some point, and give you credit in the readme :)

On Tue, 2 Apr 2024 at 13:43, Gilbertdelyon @.***> wrote:

In https://github.com/jonbeckett/virtualflightonlinetransmitter/blob/2d694eaefd058c5632466a2f706bc5d54e43181e/server/who.php#L15

Replace <link rel="stylesheet" href=" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O\/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />

by

<link rel="stylesheet" href=" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />

And it Works!

— Reply to this email directly, view it on GitHub https://github.com/jonbeckett/virtualflightonlinetransmitter/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACP7H7FKYQDRBYSSKMNLDDY3KRYZAVCNFSM6AAAAABFTKEQ2CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDANBTGAZDINY . You are receiving this because you are subscribed to this thread.Message ID: @.***>