File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Browsers automatically preserve the content in such scenario only for form eleme
2121 >caption Example 1: Solution with `window.onbeforeunload` event.
2222
2323
24- <telerik:RadEditor runat="server" ID="RadEditor " RenderMode="Lightweight"></telerik:RadEditor>
24+ <telerik:RadEditor runat="server" ID="RadEditor1 " RenderMode="Lightweight"></telerik:RadEditor>
2525
2626 <a href="http://www.telerik.com/">Navigate to www.telerik.com</a>
2727
@@ -53,7 +53,7 @@ Browsers automatically preserve the content in such scenario only for form eleme
5353 >caption Example 3: Solution with `setInterval` approach.
5454
5555
56- <telerik:RadEditor runat="server" ID="RadEditor " RenderMode="Lightweight" OnClientLoad="OnClientLoad"></telerik:RadEditor>
56+ <telerik:RadEditor runat="server" ID="RadEditor1 " RenderMode="Lightweight" OnClientLoad="OnClientLoad"></telerik:RadEditor>
5757
5858 <a href="http://www.telerik.com/">Navigate to www.telerik.com</a>
5959
You can’t perform that action at this time.
0 commit comments