Index: lams_central/web/includes/javascript/openUrls.js =================================================================== diff -u -r5e63656a12c02f7476564e278b43ff4ce86ac930 -r3dbf966d900adefc34cdad501d3c392118451cd9 --- lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision 5e63656a12c02f7476564e278b43ff4ce86ac930) +++ lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision 3dbf966d900adefc34cdad501d3c392118451cd9) @@ -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');