We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2254771 commit 7fef97dCopy full SHA for 7fef97d
modules/bookcreator.js
@@ -195,10 +195,12 @@ $( function () {
195
return;
196
}
197
var $this = $( this );
198
+ //why was this check implemented? we will never know. there is no reasoning in this, since the extension could be running in different namespaces
199
// title doesn't contain ":" (simplification!)
- if ( !$this.attr( 'title' ) || $this.attr( 'title' ).indexOf( ':' ) !== -1 ) {
200
+ /*if ( !$this.attr( 'title' ) || $this.attr( 'title' ).indexOf( ':' ) !== -1 ) {
201
- }
202
+ }*/
203
+
204
if ( $this.parents( '.nopopups' ).length ) {
205
206
0 commit comments