From 353e744540ece7d8c56789c7aa2f5ce38b69cc48 Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Mon, 27 Jun 2016 10:24:09 +0530 Subject: [PATCH] Build: Include button.backcompat in index.php --- js/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/js/index.php b/js/index.php index f41fc7cc4a3..b84408c6804 100644 --- a/js/index.php +++ b/js/index.php @@ -72,6 +72,7 @@ '../external/jquery-ui/widgets/checkboxradio.js', '../external/jquery-ui/widgets/button.js', 'widgets/forms/button.js', + 'widgets/forms/button.backcompat.js', 'widgets/navbar.js', 'widgets/navbar.backcompat.js', 'widgets/popup.js',