keyboard access + direct link scrolling

This commit is contained in:
Jana Deutschländer 2017-05-02 16:29:02 +02:00
commit 7d802b57a2
15 changed files with 167 additions and 14 deletions

View file

@ -1,6 +1,8 @@
/**
* prevents Uncaught TypeError in detail template if bookcreator plug-in is installed
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*
*/
(function($) {

View file

@ -1,6 +1,8 @@
/**
* prevents Uncaught TypeError in detail template if folded plug-in is installed
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*
*/
(function($) {

View file

@ -1,5 +1,8 @@
/**
* Add custom QC functionality instead of using the plugin's mechanism
*
* @author Andreas Gohr <gohr@cosmocode.de>
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
jQuery(function () {
var $panel = jQuery('div.qc-output').hide();