diff --git a/apps/presentationeditor/main/app.reporter.js b/apps/presentationeditor/main/app.reporter.js index 5a3e481b29..80fd60cee0 100644 --- a/apps/presentationeditor/main/app.reporter.js +++ b/apps/presentationeditor/main/app.reporter.js @@ -45,8 +45,8 @@ require.config({ // scripts that do not call define() to register a module baseUrl: '../../', paths: { - jquery : '../vendor/jquery/jquery', - underscore : '../vendor/underscore/underscore', + jquery : '../vendor/jquery/jquery.min', + underscore : '../vendor/underscore/underscore-min', xregexp : '../vendor/xregexp/xregexp-all-min', sockjs : '../vendor/sockjs/sockjs.min', allfonts : '../../sdkjs/common/AllFonts',