diff --git a/toolbar.module b/toolbar.module
index c044f9d..2d950c4 100755
--- a/toolbar.module
+++ b/toolbar.module
@@ -89,7 +89,7 @@ function toolbar_init() {
   global $user;
 
   // Toolbar configured for current user
-  if ( _toolbar_get_user_toolbar($user) ) {
+  if ( _toolbar_get_user_toolbar($user) && !toolbar_suppress(FALSE) ) {
     $path = drupal_get_path('module', 'toolbar');
     drupal_add_js($path . '/toolbar.js');
     drupal_add_css($path . '/toolbar.css');
