UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

12 lines (11 loc) 326 B
_.extend(apos, { enableHtmlPageId: function() { if (apos.htmlPageId) { $.ajaxPrefilter(function (options, originalOptions, jqXHR) { if ((options.type !== 'OPTIONS') && (!options.crossDomain)) { jqXHR.setRequestHeader('Apostrophe-Html-Page-Id', apos.htmlPageId); } }); } } });