require(["jquery","bootstrap"],function(a){a(document).ready(function(){var c=window.location.hash.substr(window.location.hash.indexOf("#")+1);if(c==""){flag=0}else{flag=1}if(flag==1){var b="/en/XWikiComCode/JobsModalInfo?xpage=plain&document="+c;a("#jobsInfo .modal-content").load(b,function(d){a("#jobsInfo").modal({show:true})})}a("#jobsInfo").on("show.bs.modal",function(i){if(flag==0){var g=a(i.relatedTarget);var f=a(this);var h=window.location.hash.substr(window.location.hash.indexOf("#")+1);var d="/en/XWikiComCode/JobsModalInfo?xpage=plain&document="+g.attr("data");parent.location.hash=g.attr("data");f.find(".modal-content").load(d)}else{flag=0}});a("#jobsInfo").on("hidden.bs.modal",function(d){a(this).find(".modal-content").empty();history.replaceState(null,null," ");flag=0})})});