spelling: content
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
61efc5955b
commit
4e6a2b1761
3 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ function addToModal(url, id) {
|
||||||
loadModalTitle();
|
loadModalTitle();
|
||||||
|
|
||||||
// We need to initialize autosize again for new
|
// We need to initialize autosize again for new
|
||||||
// modal conent.
|
// modal content.
|
||||||
autosize($(".modal .text-autosize"));
|
autosize($(".modal .text-autosize"));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<input type="hidden" name="uri" value="{{$uri}}" />
|
<input type="hidden" name="uri" value="{{$uri}}" />
|
||||||
<input type="hidden" name="preview" id="event-edit-preview" value="0" />
|
<input type="hidden" name="preview" id="event-edit-preview" value="0" />
|
||||||
|
|
||||||
{{* The tab conten with the necessary basic settings *}}
|
{{* The tab content with the necessary basic settings *}}
|
||||||
<div id="event-edit-wrapper">
|
<div id="event-edit-wrapper">
|
||||||
|
|
||||||
{{* The event title *}}
|
{{* The event title *}}
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{* This part contains the conent loader icon which is visible when new conent is loaded *}}
|
{{* This part contains the content loader icon which is visible when new content is loaded *}}
|
||||||
<div class="profile-rotator-wrapper" aria-hidden="true" style="display: none;">
|
<div class="profile-rotator-wrapper" aria-hidden="true" style="display: none;">
|
||||||
<i class="fa fa-circle-o-notch fa-spin" aria-hidden="true"></i>
|
<i class="fa fa-circle-o-notch fa-spin" aria-hidden="true"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue