mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 09:05:51 +00:00
Soften the content loading text.
This commit is contained in:
parent
7325bc067e
commit
0392d91018
@ -3,7 +3,7 @@
|
||||
|
||||
$Content
|
||||
<% if IFrameURL %>
|
||||
<span id="Iframepage-loading" style="display: none;">External content is loading...</span>
|
||||
<span id="Iframepage-loading" style="display: none;">Loading content...</span>
|
||||
<iframe id="Iframepage-iframe" style="$Style" src="$IFrameURL" class="$Class">$AlternateContent</iframe>
|
||||
<% end_if %>
|
||||
$BottomContent
|
||||
|
Loading…
x
Reference in New Issue
Block a user