revert hammer js changes
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
//= require jquery.storageapi.js
|
||||
//= require rails.js
|
||||
//= require common.js
|
||||
//= require_tree ./default
|
||||
//= require_tree .
|
||||
|
||||
3
app/assets/javascripts/bulk_update_requests.js.coffee
Normal file
3
app/assets/javascripts/bulk_update_requests.js.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
7
app/assets/javascripts/mobile.js
Normal file
7
app/assets/javascripts/mobile.js
Normal file
@@ -0,0 +1,7 @@
|
||||
//= require jquery-1.10.1.min.js
|
||||
//= require hammer.min.js
|
||||
//= require jquery.hammer.min.js
|
||||
|
||||
$(function() {
|
||||
$(document).hammer();
|
||||
});
|
||||
@@ -1,2 +0,0 @@
|
||||
//= require hammer.min.js
|
||||
//= require jquery-1.10.1.min.js
|
||||
@@ -62,28 +62,4 @@ div#tags {
|
||||
font-size: 24pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.category-1 a, a.tag-type-1 {
|
||||
color: #A00;
|
||||
|
||||
&:hover {
|
||||
color: #B66;
|
||||
}
|
||||
}
|
||||
|
||||
.category-3 a, a.tag-type-3 {
|
||||
color: #A0A;
|
||||
|
||||
&:hover {
|
||||
color: #B6B;
|
||||
}
|
||||
}
|
||||
|
||||
.category-4 a, a.tag-type-4 {
|
||||
color: #0A0;
|
||||
|
||||
&:hover {
|
||||
color: #6B6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user