summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-02 21:51:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-02 21:51:48 +0300
commita2eda66b30d737e3ca1a5fc17a7f36416939a41f (patch)
treec9b88d5417436ca854c610d892becff5d340e17b /app/assets
parente00390b377d9264ad87eea30fdee8025f2c18eec (diff)
downloadgitlab-ce-a2eda66b30d737e3ca1a5fc17a7f36416939a41f.tar.gz
Disable issues sort. Recent issues on top. Fixed tests
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/issues.js2
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap.scss1
2 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/issues.js b/app/assets/javascripts/issues.js
index 69ed416107a..49936e3f0ee 100644
--- a/app/assets/javascripts/issues.js
+++ b/app/assets/javascripts/issues.js
@@ -51,7 +51,6 @@ function initIssuesSearch() {
if (terms.length >= 2 || terms.length == 0) {
$.get(href, { 'f': status, 'terms': terms, 'milestone_id': milestone_id }, function(response) {
$('#issues-table').html(response);
- setSortable();
});
}
}
@@ -68,7 +67,6 @@ function initIssuesSearch() {
*/
function issuesPage(){
initIssuesSearch();
- setSortable();
$("#label_name").chosen();
$("#assignee_id").chosen();
$("#milestone_id").chosen();
diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss
index 8c7d6989cd0..fa8d544e1e1 100644
--- a/app/assets/stylesheets/gitlab_bootstrap.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap.scss
@@ -201,6 +201,7 @@ a:focus {
.cred { color:#D12F19; }
.cgreen { color:#44aa22; }
.cblack { color:#111; }
+.cdark { color:#444 }
.cwhite { color:#fff !important }
/** COMMON STYLES **/