tbrehm
2012-02-03 5a43e7a2ea0cf7af35c100cb67e4a53566cbc496
interface/web/js/scrigo.js.php
@@ -269,6 +269,12 @@
  }
}
function confirm_action(link,confirmation) {
  if(window.confirm(confirmation)) {
          loadContent(link);
  }
}
function loadContentInto(elementid,pagename) {
  var pageContentObject2 = jQuery.ajax({   type: "GET", 
                                 url: pagename,