public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ag-web:master commit in: public/js/
@ 2015-02-25 14:21 Alex Legler
  0 siblings, 0 replies; only message in thread
From: Alex Legler @ 2015-02-25 14:21 UTC (permalink / raw
  To: gentoo-commits

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) {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-25 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 14:21 [gentoo-commits] proj/ag-web:master commit in: public/js/ Alex Legler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox