Dimitris Tsamitros

Results 2 issues of Dimitris Tsamitros

https://github.com/DataTables/Buttons/blob/445197cdb0bcbef2d1eff83844e6624d4a5151d6/js/buttons.print.js#L139-L140 I am using the latest version of Firefox and is by default blocking popups (https://developer.mozilla.org/en-US/docs/Web/API/Window/open#return_value) and a console error is thrown consequently (`Uncaught TypeError: win is null`). Perhaps a...

I have the following optional include ``` // @if PROJ_BUILD='dynamic' // @include dynamic_script.js // @endif ``` even if PROJ_BUILD is not 'dynamic' still the file is still required to exist...