Fix WebEntry2 in IE11 (Promise class)
This commit is contained in:
davidcallizaya
2017-06-06 16:17:28 -04:00
parent ccba42e72c
commit c07cdac6e4
2 changed files with 32 additions and 0 deletions

31
gulliver/js/bluebird/bluebird.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -25,6 +25,7 @@ $webEntryModel = \WebEntryPeer::retrieveByPK($weUid);
<title><?php echo htmlentities($webEntryModel->getWeCustomTitle()); ?></title> <title><?php echo htmlentities($webEntryModel->getWeCustomTitle()); ?></title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1"> <META HTTP-EQUIV="Expires" CONTENT="-1">
<script src="/js/bluebird/bluebird.min.js"></script>
<?php <?php
$oHeadPublisher = & headPublisher::getSingleton(); $oHeadPublisher = & headPublisher::getSingleton();
echo $oHeadPublisher->getExtJsStylesheets(SYS_SKIN); echo $oHeadPublisher->getExtJsStylesheets(SYS_SKIN);