diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-12 12:38:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 12:38:21 -0500 |
commit | cb0699ecd4132dfd947ebef5d7a2142433e97ee0 (patch) | |
tree | 1c90945f93d336594abbae946aab2cddc243d874 /ext/bg/legal.html | |
parent | e9027457ab6aa083bbe226a5787a11f94e6373f1 (diff) |
Add initialization script for generic internal pages (#1099)
Diffstat (limited to 'ext/bg/legal.html')
-rw-r--r-- | ext/bg/legal.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/bg/legal.html b/ext/bg/legal.html index df886384..80364943 100644 --- a/ext/bg/legal.html +++ b/ext/bg/legal.html @@ -196,5 +196,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </div> </div></div> +<!-- Scripts --> +<script src="/bg/js/generic-page-main.js"></script> + </body> </html> |