Changeset 19983 in main for trunk/ibisph-view/src/main/webapp/xslt/html/VideoDialog.xslt
- Timestamp:
- 03/09/20 21:04:06 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/VideoDialog.xslt
r19890 r19983 26 26 27 27 <script type="text/javascript"> 28 var webappContextPath = "<xsl:value-of select="$ibis.baseRequestPath"/>";29 28 // <![CDATA[ 30 29 window.videoDialog = null; … … 57 56 ).data("kendoMediaPlayer"); 58 57 } 59 if(0 != videoURL.indexOf('http://')) videoURL = w ebappContextPath + videoURL;58 if(0 != videoURL.indexOf('http://')) videoURL = window.baseRequestPath + videoURL; 60 59 var mediaOptions = 61 60 {
Note: See TracChangeset
for help on using the changeset viewer.