From 1bc0f34cedb1b23fe1906ea3bd69d7f62a4c404d Mon Sep 17 00:00:00 2001 From: Dishebh Bhayana <43489708+Dishebh@users.noreply.github.com> Date: Sun, 9 Feb 2020 23:35:23 +0530 Subject: [PATCH] Update layout.jade --- views/layout.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.jade b/views/layout.jade index 25966b3d..0ba0e69d 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -9,7 +9,7 @@ html link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css') link(rel='stylesheet', href='//rawgithub.com/indrimuska/jquery-editable-select/master/dist/jquery-editable-select.min.css') link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css') - script(src='https://code.jquery.com/jquery-1.11.1.js') + script(src='https://code.jquery.com/jquery-3.4.1.js') script(src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js') script(src='//rawgithub.com/indrimuska/jquery-editable-select/master/dist/jquery-editable-select.min.js') script(src="/scripts/styles.js")