From 49973e5b01a801ac1c3edf634dfbb2b3378854b0 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 17 Dec 2019 15:56:47 +0800 Subject: [PATCH] * refactor code. --- src/js/collapse.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/collapse.js b/src/js/collapse.js index 4f177a73d..3d0ce4142 100644 --- a/src/js/collapse.js +++ b/src/js/collapse.js @@ -1,7 +1,7 @@ /* ======================================================================== * Bootstrap: collapse.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#collapse - * + * * ZUI: The file has been changed in ZUI. It will not keep update with the * Bootsrap version in the future. * http://zui.sexy @@ -177,4 +177,3 @@ }) }(window.jQuery); - -- GitLab