Skip to content

Commit

Permalink
updated version to 2.0
Browse files Browse the repository at this point in the history
added version info in js and css files
  • Loading branch information
drvic10k committed Feb 20, 2016
1 parent 7b1eff4 commit 2dde6b3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Contents/bootstrap-sortable.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* adding sorting ability to HTML tables with Bootstrap styling
* @summary HTML tables sorting ability
* @version 2.0.0
* @requires tinysort, moment.js, jQuery
* @license MIT
* @author Matus Brlit (drvic10k)
* @copyright Matus Brlit (drvic10k), bootstrap-sortable contributors
*/

table.sortable span.sign {
display: block;
position: absolute;
Expand Down
10 changes: 10 additions & 0 deletions Scripts/bootstrap-sortable.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* adding sorting ability to HTML tables with Bootstrap styling
* @summary HTML tables sorting ability
* @version 2.0.0
* @requires tinysort, moment.js, jQuery
* @license MIT
* @author Matus Brlit (drvic10k)
* @copyright Matus Brlit (drvic10k), bootstrap-sortable contributors
*/

/**
* TinySort is a small script that sorts HTML elements. It sorts by text- or attribute value, or by that of one of it's children.
* @summary A nodeElement sorting script.
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Matúš Brliť (drvic10k), bootstrap-sortable contributors
Copyright (c) 2016 Matúš Brliť (drvic10k), bootstrap-sortable contributors

Copyright (c) 2011-2013 Tim Wood, Iskren Chernev, Moment.js contributors

Expand Down

0 comments on commit 2dde6b3

Please sign in to comment.