Title: [174777] trunk/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl
Revision
174777
Author
[email protected]
Date
2014-10-16 09:01:24 -0700 (Thu, 16 Oct 2014)

Log Message

Do not hide details on attachment edit page

* template/en/custom/attachment/edit.html.tmpl: Comment out the
call to toggle_attachment_details_visibility() that initially
hides the details.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl (174776 => 174777)


--- trunk/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl	2014-10-16 16:01:23 UTC (rev 174776)
+++ trunk/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl	2014-10-16 16:01:24 UTC (rev 174777)
@@ -340,7 +340,7 @@
   <script type="text/_javascript_">
     <!--
       YAHOO.util.Dom.removeClass( document.body, "no_javascript" );
-      toggle_attachment_details_visibility( );
+      // toggle_attachment_details_visibility( ); // WEBKIT_CHANGES
     -->
   </script>
 [% END %]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to