Skip to content

Commit

Permalink
change package name to bootstrap-confirmation2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jun 22, 2014
1 parent 94cdd87 commit 5147cf0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 27 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'+
Expand Down
13 changes: 9 additions & 4 deletions README.md
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)
17 changes: 2 additions & 15 deletions bootstrap-confirmation.js
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 ($) {
Expand Down
3 changes: 1 addition & 2 deletions bootstrap-confirmation.min.js

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

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bootstrap-Confirmation",
"version": "2.0.0",
"name": "bootstrap-confirmation2",
"version": "2.1.0",
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
"authors": [
"ethaizone",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bootstrap-Confirmation",
"version": "2.0.0",
"name": "bootstrap-confirmation2",
"version": "2.1.0",
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"author": "ethaizone",
Expand Down

0 comments on commit 5147cf0

Please sign in to comment.