forked from jibe914/Bootstrap-Confirmation
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change package name to bootstrap-confirmation2
- Loading branch information
Showing
6 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,7 @@ module.exports = function(grunt) { | |
|
||
banner: | ||
'/*!\n'+ | ||
' * Bootstrap-Confirmation.js <%= pkg.version %>\n'+ | ||
' * https://github.com/mistic100/Bootstrap-Confirmation\n'+ | ||
' * Bootstrap Confirmation <%= pkg.version %>\n'+ | ||
' * Copyright 2013 Nimit Suwannagate <[email protected]>\n'+ | ||
' * Copyright <%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel <http://www.strangeplanet.fr>\n'+ | ||
' * Licensed under the Apache License, Version 2.0 (the "License")\n'+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
Bootstrap-Confirmation | ||
====================== | ||
# Bootstrap-Confirmation | ||
|
||
Javascript plug-in for Twitter Bootstrap. Requires Bootstrap Popover. | ||
[![Bower version](https://badge.fury.io/bo/bootstrap-confirmation2.svg)](http://badge.fury.io/bo/cootstrap-confirmation2) | ||
|
||
[Documentation](http://mistic100.github.io/Bootstrap-Confirmation/) | ||
Bootstrap plugin for on-place confirm boxes using Popover. | ||
|
||
|
||
## Documentation | ||
|
||
http://mistic100.github.io/Bootstrap-Confirmation | ||
|
||
|
||
## Changes from original one | ||
|
||
- Bootstrap 3 compatible | ||
- Fix double event fires | ||
- Automatic handle of links (without need of custom callback) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
/*! | ||
* Bootstrap-Confirmation | ||
* https://github.com/mistic100/Bootstrap-Confirmation | ||
* | ||
* Bootstrap Confirmation 2.1.0 | ||
* Copyright 2013 Nimit Suwannagate <[email protected]> | ||
* Copyright 2014 Damien "Mistic" Sorel <http://www.strangeplanet.fr> | ||
* | ||
* 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. | ||
* Licensed under the Apache License, Version 2.0 (the "License") | ||
*/ | ||
|
||
+function ($) { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters