Subversion Repositories DevTools

Rev

Rev 5050 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5050 Rev 5051
Line 78... Line 78...
78
    getAjaxData (
78
    getAjaxData (
79
        "sdk_opr_json.asp",
79
        "sdk_opr_json.asp",
80
        f.serializeArray(),
80
        f.serializeArray(),
81
        function(data){
81
        function(data){
82
            f.dialog( "close" );
82
            f.dialog( "close" );
83
            $("#sdk_versions").trigger('sdkVersionAdded');
83
            $("#sdk_version").trigger('sdkVersionAdded');
84
        });    
84
        });    
85
};
85
};
86
 
86
 
87
//  Attach a function to the submit event
87
//  Attach a function to the submit event
88
//  Allows local processing
88
//  Allows local processing