Project:uBrowser
Version:5.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

UBrowser is calling this line several times:

  drupal_add_css(drupal_get_path('module', 'ubrowser') .'/ubrowser.css');

The copy in hook_menu could be removed so the css is only added when needed.

nobody click here