ode-csslib-openent 3.3.15-develop-integration.202507241241 → 3.3.15-develop-enabling.202507300120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,6 @@ var addDirectives = function (module, done) {
55
55
  transclude: true,
56
56
  templateUrl: "/public/admin/portal.html",
57
57
  compile: function (element, attributes, transclude) {
58
- element.append("<xiti></xiti>"); //<- Adds the XiTi directive
59
58
  $("[logout]").attr(
60
59
  "href",
61
60
  "/auth/logout?callback=" + skin.logoutCallback
package/dist/portal.html CHANGED
@@ -178,6 +178,3 @@
178
178
  <div ng-transclude class="twelve cell"></div>
179
179
  </section>
180
180
  </div>
181
-
182
- <xiti></xiti>
183
- <connector-lightbox></connector-lightbox>