Skip to content

Commit 931589c

Browse files
authored
Merge pull request #97 from iMattPro/updates
Ajaxify ACP
2 parents cc81e13 + dfc9e31 commit 931589c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

adm/style/acp_phpbb_mediaembed_manage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>{{ lang('WARNING') }}</h3>
1414
</div>
1515
{% endif %}
1616

17-
<form id="mediaembed_manage" method="post" action="{{ U_ACTION }}">
17+
<form id="mediaembed_manage" method="post" action="{{ U_ACTION }}" data-ajax="true">
1818
<table class="table1 zebra-table">
1919
{% for sites in MEDIA_SITES|batch(4, '') %}
2020
<tr>

adm/style/acp_phpbb_mediaembed_settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>{{ lang('ACP_MEDIA_SETTINGS') }}</h1>
44

55
<p>{{ lang('ACP_MEDIA_SETTINGS_EXPLAIN') }}</p>
66

7-
<form id="mediaembed_settings" method="post" action="{{ U_ACTION }}">
7+
<form id="mediaembed_settings" method="post" action="{{ U_ACTION }}" data-ajax="true">
88
<fieldset>
99
<legend>{{ lang('ACP_MEDIA_BBCODE_LEGEND') }}</legend>
1010
<dl>

0 commit comments

Comments
 (0)