xolvio / meteor-http-interceptor

Intercepts HTTP calls and allows fake implementations to take over entire domains. Used for testing.
13 stars 5 forks source link

Hide httpCalls Table #2

Closed fongandrew closed 9 years ago

fongandrew commented 9 years ago

Is there an easy way to toggle the httpCalls table on and off? It blocks interaction with the elements underneath it and is visually distracting.

samhatoum commented 9 years ago

The quickest way would be to add a CSS class override. I'll make this better in a future version

samhatoum commented 9 years ago

this is now hidden by default, you can set a session var to enable it:

httpInterceptorEnabled