Skip to content

Commit 1a7661d

Browse files
committed
Disable *jQuery Unobtrusive*
While **jQuery Unobtrusive** is a useful library, the **ASP.NET Web Forms** version of the **OnTopic Editor** uses an older proprietary JavaScript library from **Ignia** which integrates with **ASP.NET Web Forms**'s own form validation functionality. As such, this needs to be disabled to prevent conflicts.
1 parent d008f01 commit 1a7661d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

OnTopic.Editor.Web.Host/Web.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33

4+
<appSettings>
5+
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
6+
</appSettings>
7+
48
<connectionStrings configSource="Configuration\ConnectionStrings.config"></connectionStrings>
59

610
<system.web>

0 commit comments

Comments
 (0)