HOR-3344
Fix WebEntry2 in IE11 (Promise class)
This commit is contained in:
31
gulliver/js/bluebird/bluebird.min.js
vendored
Normal file
31
gulliver/js/bluebird/bluebird.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user