revert hammer js changes

This commit is contained in:
r888888888
2014-08-20 16:49:20 -07:00
parent f0ab7ae937
commit 81c5c15758
39 changed files with 49 additions and 52 deletions

View File

@@ -0,0 +1,11 @@
(function() {
Danbooru.Sources = {};
Danbooru.Sources.get = function(url) {
$.get("/sources.json", {
url: url
}).success(function(data) {
}).error(function(data) {
});
}
})();