Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions projects/cics-nodejs-invoke/public/assets/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Bootstrap v3.1.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery') }
Expand All @@ -11,7 +11,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -60,7 +60,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -149,7 +149,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -257,7 +257,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -463,7 +463,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -634,7 +634,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -782,7 +782,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -1027,7 +1027,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -1426,7 +1426,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -1537,7 +1537,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -1691,7 +1691,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down Expand Up @@ -1817,7 +1817,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* ======================================================================== */


Expand Down
Loading