Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Issue #1276: Bugfix display of new comments, accepted answer, text co…
Browse files Browse the repository at this point in the history
…lor, mobile menu. Fix html errors. (#1289)
  • Loading branch information
avakorin authored Feb 22, 2019
1 parent 6a50e41 commit 983c04f
Show file tree
Hide file tree
Showing 25 changed files with 345 additions and 287 deletions.
196 changes: 114 additions & 82 deletions profiles/drupalru/themes/druru/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion profiles/drupalru/themes/druru/js/druru.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var Drupal = Drupal || {};
// Window resize events.
$(window).resize(resizeDebounce);

$('.menu-toggle').click(function() {
$('.menu-toggle').off('click').on('click', function() {
var entity = $(this).parents().filter(function() {
return $(this).data('entity-type');
}).eq(0);
Expand Down
Loading

0 comments on commit 983c04f

Please sign in to comment.