Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F925584
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
Tue, May 20, 9:02 AM
Size
782 B
Mime Type
text/x-diff
Expires
Wed, May 21, 9:02 AM (16 h, 41 m)
Engine
blob
Format
Raw Data
Handle
634947
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