We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e628 commit 8f2bd5bCopy full SHA for 8f2bd5b
indigo_app/static/javascript/indigo/views/document.js
@@ -208,12 +208,9 @@
208
this.popupManager = new window.indigoAkn.PopupEnrichmentManager(akn);
209
this.popupManager.addProvider(new window.enrichments.PopupIssuesProvider(this.document.issues, this.popupManager));
210
211
- // pretend we've fetched it, this sets up additional handlers
212
- this.document.trigger('sync');
213
-
214
// preload content and pretend this document is unchanged
215
this.documentContent.set('content', Indigo.Preloads.documentContent);
216
- this.documentContent.trigger('sync');
+ this.document.trigger('sync');
217
218
// make menu peers behave like real menus on hover
219
$('.menu .btn-link').on('mouseover', function(e) {
0 commit comments