File tree Expand file tree Collapse file tree 6 files changed +17
-27
lines changed
Expand file tree Collapse file tree 6 files changed +17
-27
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ module.exports = function(grunt) {
44
55 banner :
66 '/*!\n' +
7- ' * Bootstrap-Confirmation.js <%= pkg.version %>\n' +
8- ' * https://github.com/mistic100/Bootstrap-Confirmation\n' +
7+ ' * Bootstrap Confirmation <%= pkg.version %>\n' +
98 ' * Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>\n' +
109 ' * Copyright <%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel <http://www.strangeplanet.fr>\n' +
1110 ' * Licensed under the Apache License, Version 2.0 (the "License")\n' +
Original file line number Diff line number Diff line change 1- Bootstrap-Confirmation
2- ======================
1+ # Bootstrap-Confirmation
32
4- Javascript plug-in for Twitter Bootstrap. Requires Bootstrap Popover.
3+ [ ![ Bower version ] ( https://badge.fury.io/bo/bootstrap-confirmation2.svg )] ( http://badge.fury.io/bo/cootstrap-confirmation2 )
54
6- [ Documentation] ( http://mistic100.github.io/Bootstrap-Confirmation/ )
5+ Bootstrap plugin for on-place confirm boxes using Popover.
6+
7+
8+ ## Documentation
9+
10+ http://mistic100.github.io/Bootstrap-Confirmation
711
812
913## Changes from original one
14+
1015- Bootstrap 3 compatible
1116- Fix double event fires
1217- Automatic handle of links (without need of custom callback)
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-Confirmation
3- * https://github.com/mistic100/Bootstrap-Confirmation
4- *
2+ * Bootstrap Confirmation 2.1.0
53 * Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>
64 * Copyright 2014 Damien "Mistic" Sorel <http://www.strangeplanet.fr>
7- *
8- * Licensed under the Apache License, Version 2.0 (the "License");
9- * you may not use this file except in compliance with the License.
10- * You may obtain a copy of the License at
11- *
12- * http://www.apache.org/licenses/LICENSE-2.0
13- *
14- * Unless required by applicable law or agreed to in writing, software
15- * distributed under the License is distributed on an "AS IS" BASIS,
16- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17- * See the License for the specific language governing permissions and
18- * limitations under the License.
5+ * Licensed under the Apache License, Version 2.0 (the "License")
196 */
207
218+ function ( $ ) {
Original file line number Diff line number Diff line change 11{
2- "name" : " Bootstrap-Confirmation " ,
3- "version" : " 2.0 .0" ,
2+ "name" : " bootstrap-confirmation2 " ,
3+ "version" : " 2.1 .0" ,
44 "homepage" : " https://github.com/mistic100/Bootstrap-Confirmation" ,
55 "authors" : [
66 " ethaizone" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " Bootstrap-Confirmation " ,
3- "version" : " 2.0 .0" ,
2+ "name" : " bootstrap-confirmation2 " ,
3+ "version" : " 2.1 .0" ,
44 "homepage" : " https://github.com/mistic100/Bootstrap-Confirmation" ,
55 "description" : " Bootstrap plugin for on-place confirm boxes using Popover" ,
66 "author" : " ethaizone" ,
You can’t perform that action at this time.
0 commit comments