Index: lams_central/web/includes/javascript/openUrls.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/openUrls.js,v diff -u -r1.38.2.5 -r1.38.2.6 --- lams_central/web/includes/javascript/openUrls.js 24 Feb 2016 12:35:44 -0000 1.38.2.5 +++ lams_central/web/includes/javascript/openUrls.js 16 Mar 2016 12:14:10 -0000 1.38.2.6 @@ -50,20 +50,6 @@ } } - function openAuthor() { - if (isMac) { - authorWin = window.open('home.do?method=authorFlash','aWindow','width=' + authoring_width + ',height=' + authoring_height + ',resizable'); - } else { - if(authorWin && !authorWin.closed && authorWin.location.pathname.indexOf('home.do?method=author') > -1) { - // authorWin.location = 'home.do?method=author'; - authorWin.focus(); - } else { - authorWin = window.open('home.do?method=authorFlash','aWindow','width=' + authoring_width + ',height=' + authoring_height + ',resizable'); - authorWin.focus(); - } - } - } - function openPedagogicalPlanner() { if(isMac) { authorWin = window.open('pedagogicalPlanner.do','aWindow','width='+pedagogical_planner_width+',height='+pedagogical_planner_height+',resizable,scrollbars');