remove all use of :not(.image)
This commit is contained in:
parent
26e9ce1ff7
commit
b25fa50657
16 changed files with 119 additions and 99 deletions
|
@ -913,7 +913,7 @@ var Reveal = (function(){
|
|||
function enableRollingLinks() {
|
||||
|
||||
if( features.transforms3d && !( 'msPerspective' in document.body.style ) ) {
|
||||
var anchors = document.querySelectorAll( SLIDES_SELECTOR + ' a:not(.image)' );
|
||||
var anchors = document.querySelectorAll( SLIDES_SELECTOR + ' a' );
|
||||
|
||||
for( var i = 0, len = anchors.length; i < len; i++ ) {
|
||||
var anchor = anchors[i];
|
||||
|
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue