From d29cc4776e36d39cc1a768c38012cc6ee9b481d1 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 7 Oct 2013 16:37:05 -0400 Subject: [PATCH] base.js requires jquery.smoothScroll --- cms/static/js/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/js/base.js b/cms/static/js/base.js index 209831c7b9..1f188026cb 100644 --- a/cms/static/js/base.js +++ b/cms/static/js/base.js @@ -1,5 +1,5 @@ require(["jquery", "underscore", "gettext", "js/views/feedback_notification", "js/views/feedback_prompt", - "jquery.ui", "jquery.timepicker", "jquery.leanModal", "jquery.form"], + "jquery.ui", "jquery.timepicker", "jquery.leanModal", "jquery.form", "jquery.smoothScroll"], function($, _, gettext, NotificationView, PromptView) { var $body;