remove all use of :not(.image)
This commit is contained in:
@ -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
Reference in New Issue
Block a user