From e660ae49f0256a164f223e2ada527538ef6c973f Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <aaron@orangebus.co.uk> Date: Fri, 10 Feb 2017 14:36:17 +0000 Subject: [PATCH] Updated bundles --- BankingBot/ScriptManagement/ScriptBundles.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BankingBot/ScriptManagement/ScriptBundles.cs b/BankingBot/ScriptManagement/ScriptBundles.cs index f5ce0d9..a019aab 100644 --- a/BankingBot/ScriptManagement/ScriptBundles.cs +++ b/BankingBot/ScriptManagement/ScriptBundles.cs @@ -10,7 +10,8 @@ namespace BankingBot.ScriptManagement { public static string[] Global => new[] { - "jquery-3.1.1.min" + "jquery-3.1.1.min", + "global.js" }; } }