Skip to content

Commit

Permalink
Recompiled JS and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mrg2001 committed May 21, 2016
1 parent 67002f6 commit 85219dd
Show file tree
Hide file tree
Showing 11 changed files with 509 additions and 451 deletions.
1 change: 1 addition & 0 deletions dist/w2ui-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ button.w2ui-btn:focus:before {
bottom: 2px;
left: 2px;
right: 2px;
pointer-events: none;
}
button.w2ui-btn::-moz-focus-inner {
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/w2ui-dark.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/w2ui-fields.css
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ button.w2ui-btn:focus:before {
bottom: 2px;
left: 2px;
right: 2px;
pointer-events: none;
}
button.w2ui-btn::-moz-focus-inner {
border: 0;
Expand Down
220 changes: 122 additions & 98 deletions dist/w2ui-fields.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/w2ui-fields.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/w2ui-fields.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/w2ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ button.w2ui-btn:focus:before {
bottom: 2px;
left: 2px;
right: 2px;
pointer-events: none;
}
button.w2ui-btn::-moz-focus-inner {
border: 0;
Expand Down
696 changes: 363 additions & 333 deletions dist/w2ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/w2ui.min.css

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dist/w2ui.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/w2grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
* - added response.total = -1 (or not present) to indicate that number of records is unknown
* - message(.., callBack) - added callBack
* - grid.msgEmpty
* - field.render(..., data) -- added last argument which is what grid thinks should be there
*
************************************************************************/

Expand Down

0 comments on commit 85219dd

Please sign in to comment.