commit: ddd4204478a4ae7399dbc259238d49938dc78d95
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Wed Feb 25 14:21:07 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 14:21:07 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=ddd42044
Don't show the toggle button on XS devices
---
public/js/quoting.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/js/quoting.js b/public/js/quoting.js
index edf8ec0..84be70f 100644
--- a/public/js/quoting.js
+++ b/public/js/quoting.js
@@ -9,7 +9,7 @@ $(function() {
return;
}
- var btn = $("<button class=\"btn btn-xs btn-default ag-toggle-quotes\"><span
class=\"fa fa-quote-left\"></span> Toggle quotes</button>");
+ var btn = $("<button class=\"btn btn-xs btn-default hidden-xs
ag-toggle-quotes\"><span class=\"fa fa-quote-left\"></span> Toggle
quotes</button>");
btn.insertAfter(table);
btn.click(function() {
$('.ag-quote').each(function(index) {