We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fbc54b + 2ada5ec commit 2e18d0eCopy full SHA for 2e18d0e
src/jquery.columnizer.js
@@ -526,7 +526,12 @@
526
}
527
528
if(options.overflow && !scrollHorizontally){
529
- var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;
+ var IE6 = false;
530
+ /*@cc_on
531
+ @if (@_jscript_version < 5.7)
532
+ IE6 = true;
533
+ @end
534
+ @*/
535
var IE7 = (document.all) && (navigator.appVersion.indexOf("MSIE 7.") != -1);
536
if(IE6 || IE7){
537
var html = "";
0 commit comments