From b418da85e002568f5d660216dc2ed3a3f09e233d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 29 Apr 2013 19:40:45 +0200 Subject: [PATCH] Added Timepicker for jQuery UI's DatePicker Additionally jQuery Tools is now longer required and was removed with this commit. --- com.woltlab.wcf/template/headInclude.tpl | 3 +- .../install/files/acp/templates/header.tpl | 3 +- .../js/3rdParty/jquery-ui.timepicker.min.js | 12 ++ .../files/js/3rdParty/jquery.tools.min.js | 118 ------------------ wcfsetup/install/files/js/WCF.js | 93 +++++++++++++- 5 files changed, 108 insertions(+), 121 deletions(-) create mode 100644 wcfsetup/install/files/js/3rdParty/jquery-ui.timepicker.min.js delete mode 100644 wcfsetup/install/files/js/3rdParty/jquery.tools.min.js diff --git a/com.woltlab.wcf/template/headInclude.tpl b/com.woltlab.wcf/template/headInclude.tpl index a895266a7b..6eb5b0cf11 100644 --- a/com.woltlab.wcf/template/headInclude.tpl +++ b/com.woltlab.wcf/template/headInclude.tpl @@ -18,8 +18,8 @@ + - + -