예제 #1
0
파일: static.py 프로젝트: k3njiy/indico
 def getJSFiles(self):
     return WPStaticEventBase.getJSFiles(self) + WPAuthorIndex.getJSFiles(self) + self._includeJSPackage('authors')
예제 #2
0
 def getJSFiles(self):
     return WPStaticEventBase.getJSFiles(self) + WPAuthorIndex.getJSFiles(
         self) + self._includeJSPackage('authors')
예제 #3
0
파일: static.py 프로젝트: k3njiy/indico
 def _defineSectionMenu(self):
     WPAuthorIndex._defineSectionMenu(self)
     self._getMenu()
예제 #4
0
 def _defineSectionMenu(self):
     WPAuthorIndex._defineSectionMenu(self)
     self._getMenu()