savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Test Environment beta4 : Broken UI for new orders calendar date selection #788

Closed lamontfr closed 7 years ago

lamontfr commented 7 years ago

Expected Behaviour

screenshot at 2017-07-31 08-43-28

Actual Behaviour

screenshot at 2017-07-31 08-42-10

erozqba commented 7 years ago

@lamontfr I will look into it right now!

lamontfr commented 7 years ago

@erozqba Thanks !

erozqba commented 7 years ago

@lamontfr The problem here is that for this page, we are used the css styles directly from http://code.jquery.com and the browser block the request because is not over https. I will change this to only use compiled CSS and JavaScript.