diff --git a/.gitattributes b/.gitattributes index 8f1f8cee..ff139815 100644 --- a/.gitattributes +++ b/.gitattributes @@ -245,7 +245,7 @@ bureau/admin/images/undelete.png -text bureau/admin/index.php -text bureau/admin/ip_main.php -text bureau/admin/js/alternc.js -text -bureau/admin/js/jquery.min.js -text +bureau/admin/js/jquery.min_embedded.js -text bureau/admin/js/jquery_ui/css/redmond/images/animated-overlay.gif -text bureau/admin/js/jquery_ui/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -text bureau/admin/js/jquery_ui/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png -text diff --git a/bureau/admin/head.php b/bureau/admin/head.php index a56cbae3..4156feda 100644 --- a/bureau/admin/head.php +++ b/bureau/admin/head.php @@ -47,7 +47,7 @@ if (file_exists("styles/style-custom.css") ) { - + diff --git a/bureau/admin/js/jquery.min.js b/bureau/admin/js/jquery.min_embedded.js similarity index 100% rename from bureau/admin/js/jquery.min.js rename to bureau/admin/js/jquery.min_embedded.js