Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F4F711B6E for ; Mon, 16 Jun 2014 15:13:43 +0000 (UTC) Received: (qmail 99663 invoked by uid 500); 16 Jun 2014 15:13:43 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 99633 invoked by uid 500); 16 Jun 2014 15:13:43 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 99622 invoked by uid 99); 16 Jun 2014 15:13:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 15:13:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 15:13:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ECBBD23888D2; Mon, 16 Jun 2014 15:13:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1602889 - /roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp Date: Mon, 16 Jun 2014 15:13:21 -0000 To: commits@roller.apache.org From: ghuber@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140616151321.ECBBD23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ghuber Date: Mon Jun 16 15:13:21 2014 New Revision: 1602889 URL: http://svn.apache.org/r1602889 Log: Fix for ROL-2007 Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp?rev=1602889&r1=1602888&r2=1602889&view=diff ============================================================================== --- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp (original) +++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp Mon Jun 16 15:13:21 2014 @@ -155,8 +155,11 @@ function onEditSuccess() { $("#mediaFileEditor").attr('src','about:blank'); YAHOO.mediaFileEditor.lightbox.hide(); - //window.location.reload(true); Endless refresh loops in FF - window.parent.location = window.parent.location.href; + <%-- + // window.location.reload(true); // Endless refresh loops in FF + // window.parent.location = window.parent.location.href + "?weblog="+; + --%> + $("#mediaFileSearchForm").submit(); } function onEditCancelled() {