-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugs on new user register and all fields sort problem.
1. user instance has to be under app\user 's interface 2. because of the cache cause the sort problem 3. working on the multiple UI function.
- Loading branch information
Showing
7,329 changed files
with
721,762 additions
and
563 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
src/resources/assets/lte/lte/bower_components/Flot/.bower.json
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "Flot", | ||
"version": "0.8.3", | ||
"main": "jquery.flot.js", | ||
"dependencies": { | ||
"jquery": ">= 1.2.6" | ||
}, | ||
"homepage": "https://github.com/flot/flot", | ||
"_release": "0.8.3", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v0.8.3", | ||
"commit": "453b017cc5acfd75e252b93e8635f57f4196d45d" | ||
}, | ||
"_source": "https://github.com/flot/flot.git", | ||
"_target": "^0.8.3", | ||
"_originalSource": "flot", | ||
"_direct": true | ||
} |
3 changes: 3 additions & 0 deletions
3
src/resources/assets/lte/lte/bower_components/Flot/.gitignore
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.min.js | ||
!excanvas.min.js | ||
node_modules/ |
3 changes: 3 additions & 0 deletions
3
src/resources/assets/lte/lte/bower_components/Flot/.travis.yml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
language: node_js | ||
node_js: | ||
- 0.8 |
Oops, something went wrong.