Skip to content

Instantly share code, notes, and snippets.

@zachlowry
Last active December 15, 2015 07:09
Show Gist options
  • Save zachlowry/5220953 to your computer and use it in GitHub Desktop.
Save zachlowry/5220953 to your computer and use it in GitHub Desktop.
Index: TableTools.js
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- TableTools.js (revision )
+++ TableTools.js (revision )
@@ -1764,7 +1764,7 @@
{
this.dom.print.hidden.push( {
"node": anFeature[cFeature][i],
- "display": "inline-block"
+ "display": anFeature[cFeature][i].style.display
} );
anFeature[cFeature][i].style.display = "none";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment