Merge pull request #3331 from jfederico/bbb1.1-fix-for-bugs

Bbb1.1 fix for bugs
This commit is contained in:
Richard Alam 2016-08-29 14:25:27 -04:00 committed by GitHub
commit bb005186b1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,6 @@
<title><g:message code="tool.view.title" /></title>
<link rel="shortcut icon" href="${assetPath(src: 'favicon.ico')}" type="image/x-icon">
<asset:stylesheet src="bootstrap.css"/>
<asset:stylesheet src="tool.css"/>
<asset:stylesheet src="dataTables.bootstrap.min.css"/>
<asset:javascript src="jquery.js"/>
<asset:javascript src="jquery.dataTables.min.js"/>

View File

@ -50,7 +50,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<property name="recordingService" ref="recordingService"/>
<property name="presDownloadService" ref="presDownloadService"/>
<property name="paramsProcessorUtil" ref="paramsProcessorUtil"/>
<property name="stunTurnService" ref="stunTurnService"/>
<property name="stunTurnService" ref="stunTurnService"/>
<property name="registeredUserCleanupTimerTask" ref="registeredUserCleanupTimerTask"/>
</bean>
<bean id="recordingServiceHelper" class="org.bigbluebutton.api.RecordingServiceHelperImp"/>