Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1168585
D90.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Sep 24, 10:24 PM
Size
782 B
Mime Type
text/x-diff
Expires
Thu, Sep 25, 10:24 PM (2 h, 5 m)
Engine
blob
Format
Raw Data
Handle
757031
Attached To
D90: INP-1442 - Don't modify opener stack, when performing concurrent page editing AJAX notifications
D90.diff
View Options
Index: branches/5.2.x/core/admin_templates/js/template_manager.js
===================================================================
--- branches/5.2.x/core/admin_templates/js/template_manager.js
+++ branches/5.2.x/core/admin_templates/js/template_manager.js
@@ -175,7 +175,7 @@
setInterval(
function () {
$.getJSON(
- $('#kf_revisions_' + $template_manager.pageId).attr('action') + '&events[page-revision]=OnGetInfo',
+ $('#kf_revisions_' + $template_manager.pageId).attr('action').replace('-d-', '-s-') + '&events[page-revision]=OnGetInfo',
function ($data) {
$template_manager.pageInfo = $data;
$template_manager.processPageInfo();
@@ -593,4 +593,4 @@
}
this._blockOrder.push($element.id);
-}
\ No newline at end of file
+}
Event Timeline
Log In to Comment