Ignore:
Timestamp:
01/11/11 12:57:23 (13 years ago)
Author:
gaba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/WebContent/scripts/mdservice2_ui.js

    r1051 r1053  
    8888
    8989function createInfos(){
    90         var info = "<span class='cmd cmd-info'></span>";
     90        var info = "<span class='cmd cmd_info'></span>";
    9191        $('.cmds-ui-block').children('.header').append(info);
    9292       
    93         $('.cmds-ui-block').children('.header').children('.cmd-info').click(function(){
     93        $('.cmds-ui-block').children('.header').children('.cmd_info').click(function(){
    9494                var a = $(this).parent().next().attr('id');
    9595                var uri = window.location.pathname + "static/info.xml";
Note: See TracChangeset for help on using the changeset viewer.