So that if Novelist holds things up other JavaScript, like staff client calls,
are not delayed due to Novelist issues.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
[%- IF ENV.OILS_NOVELIST_URL -%]
/* Load novelist content */
+ setTimeout( function() {
novSelect.loadContentForQuery(
{
ClientIdentifier : '[% ident %]',
// hide the Loading... text
dojo.byId('novelist-loading').innerHTML = '';
}
- );
+ )}, 100);
[%- END; # Novelist -%]
[% END; # IF ident