//$(document).ready( function (){
$.contextMenu({
selector: '.context-menu-one',
callback: function (key, options) {
var m = "clicked: " + key;
$(".annotator-outer").css({ 'display': 'block' });
},
items: {
"annotator": { name: "Annotator" },
}
})
})