Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
df371664
Commit
df371664
authored
Dec 18, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update licensing header in JS files & run grunt
parent
766bf50b
Changes
14
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
25 additions
and
289 deletions
+25
-289
dist/js/bootstrap.js
dist/js/bootstrap.js
+12
-144
docs-assets/js/raw-files.js
docs-assets/js/raw-files.js
+1
-1
js/affix.js
js/affix.js
+1
-12
js/alert.js
js/alert.js
+1
-12
js/button.js
js/button.js
+1
-12
js/carousel.js
js/carousel.js
+1
-12
js/collapse.js
js/collapse.js
+1
-12
js/dropdown.js
js/dropdown.js
+1
-12
js/modal.js
js/modal.js
+1
-12
js/popover.js
js/popover.js
+1
-12
js/scrollspy.js
js/scrollspy.js
+1
-12
js/tab.js
js/tab.js
+1
-12
js/tooltip.js
js/tooltip.js
+1
-12
js/transition.js
js/transition.js
+1
-12
No files found.
dist/js/bootstrap.js
View file @
df371664
This diff is collapsed.
Click to expand it.
docs-assets/js/raw-files.js
View file @
df371664
This source diff could not be displayed because it is too large. You can
view the blob
instead.
js/affix.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#affix
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/alert.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#alerts
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/button.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#buttons
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/carousel.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#carousel
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/collapse.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#collapse
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/dropdown.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#dropdowns
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/modal.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#modals
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/popover.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#popovers
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/scrollspy.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#scrollspy
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/tab.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#tabs
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/tooltip.js
View file @
df371664
...
@@ -4,18 +4,7 @@
...
@@ -4,18 +4,7 @@
* Inspired by the original jQuery.tipsy by Jason Frame
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
js/transition.js
View file @
df371664
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
* http://getbootstrap.com/javascript/#transitions
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* ========================================================================
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* ======================================================================== */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment