refactored main links
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
Danbooru.Sources = {};
|
||||
|
||||
Danbooru.Sources.get = function(url) {
|
||||
|
||||
$.get("/sources.json", {
|
||||
url: url
|
||||
}).success(function(data) {
|
||||
console.log(data);
|
||||
}).error(function(data) {
|
||||
console.log(data);
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
@@ -90,6 +90,11 @@ a.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.login {
|
||||
font-weight: bold;
|
||||
color: #e00;
|
||||
}
|
||||
|
||||
abbr[title=required] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user