Nabor
Nabor

Reputation: 1701

Disable Extensions Library

My newly set up database generates the following lines

<script type="text/javascript">dojo.registerModulePath('extlib', '/xsp/.ibmxspres/.extlib');</script>
<script type="text/javascript" src="/xsp/.ibmxspres/.mini/dojo/.de-de/@Eya.js"></script>

As far as I found out, it comes from the extensions library. But I had not activated it at the xsp.properties file / Page Generation > XPages Libraries

How can I get rid of it. I think it has something to do with my previous question Remove Dojo from XPages globally

Upvotes: 0

Views: 123

Answers (2)

Nabor
Nabor

Reputation: 1701

The OneUI2.1 Theme set this values. I removed it and everything is under my control :)

Upvotes: 4

user1051934
user1051934

Reputation: 77

Go to Application Properties/Advanced of your domino database and deselect the extlib libraries.

Disable extlib

Upvotes: 0

Related Questions