Zaktualizowano skrypt AdminController o poprawkę w dodawaniu pliku JS oraz usunięto pliki .DS_Store z modułu x13allegro.

This commit is contained in:
2025-03-31 20:20:01 +02:00
parent 25e3f43722
commit 3c0905efac
6 changed files with 1 additions and 1 deletions

View File

@@ -2650,7 +2650,7 @@ class AdminControllerCore extends Controller
$this->addCSS(__PS_BASE_URI__ . $this->admin_webpath . '/themes/' . $this->bo_theme . '/public/theme.css', 'all', 0);
// add Jquery 3 and its migration script
$this->addJs(_PS_JS_DIR_ . 'jquery/jquery-3.4.1.min.js');
$this->addJs(_PS_JS_DIR_ . 'jquery/jquery-3.4.1.min.js', 0 );
$this->addJs(_PS_JS_DIR_ . 'jquery/bo-migrate-mute.min.js');
$this->addJs(_PS_JS_DIR_ . 'jquery/jquery-migrate-3.1.0.min.js');
// implement $.browser object and live method, that has been removed since jquery 1.9

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.