﻿$(function() {
    $('.edit_button').click(function(e) {
//        if (top.$.OpenEdit == undefined) {
//            e.view.$.OpenEdit($(this).attr('id'));
//        }
//        else {
            top.$.OpenEdit($(this).attr('id'));
//        }
    });
});

