diff --git a/main.js b/main.js index a381085..7aec2f1 100644 --- a/main.js +++ b/main.js @@ -11,7 +11,7 @@ var contentDeliveryUrl = "https://content-delivery.istex.fr/web-header/" ; - contentDeliveryUrl = ~window.location.hostname.match(/localhost|127\.0\.0\.1/) && window.location.href || contentDeliveryUrl; +// contentDeliveryUrl = ~window.location.hostname.match(/localhost|127\.0\.0\.1/) && window.location.href || contentDeliveryUrl; $.ajax({ url: contentDeliveryUrl + "public/css/main.min.css",