SPICEWORKS.plugin.add(     { name:"Extend Helpdesk Ticket Width", version:"0.1", description:"Extends the width of the # column (Ticket number) to cope with ticket numbers over 5 characters.", guid:"p-86152cb0-d58c-012a-7dcc-0016355a8e86-1241165247", settings:{}, contentAreas: [{"content_type":"text/javascript","updated_at":"2010/01/04 12:38:16 +0000","id":5,"description":null,"content_name":"initialize.js","user_id":null}], initialize:function(plugin){ // ==SPICEWORKS-PLUGIN==
// @name          Extend Helpdesk Ticket Width
// @description   Extends the width of the # column (Ticket number) to cope with ticket numbers over 5 characters.
// @version       0.1
// ==/SPICEWORKS-PLUGIN==  
SPICEWORKS.utils.addStyle("body.tickets #ticket_list table thead td.id {width:24px}");
// Name, description and version should be modified in the section above.
// Add your code here.  
      }
    }
 );
