Commit a2afbb66 authored by prumde's avatar prumde

Updates


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174334 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ce9d15ae
......@@ -12,14 +12,19 @@
<script src="/ecm/assets/js/modernizr.custom.js"></script>
<script src="/ecm/assets/js/classie.js"></script>
<script src="/ecm/assets/js/uisearch.js"></script>
<script src="/ecm/assets/js/e12riaExt/e12riaExt.nocache.js"></script>
<script src="/ibase/webitm/js/e12PluginWrapper.js"></script>
<script type="text/javascript">
function initSearch() {
new UISearch(document.getElementById('sb-search'));
}
var getAttachmentsPlugin = window.getAttachmentsPluginUI;
</script>
</head>
<body>
<ecm-root>Loading...</ecm-root>
</body>
<script type="text/javascript">
$(document).ready(function() {
new UISearch(document.getElementById('sb-search'));
});
</script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment