14 lines
No EOL
443 B
C#
14 lines
No EOL
443 B
C#
using System.Web.Optimization;
|
|
|
|
[assembly: WebActivatorEx.PostApplicationStartMethod(typeof(ULA.Cathay.Credito.App_Start.MoneyMaskBundleConfig), "RegisterBundles")]
|
|
|
|
namespace ULA.Cathay.Credito.App_Start
|
|
{
|
|
public class MoneyMaskBundleConfig
|
|
{
|
|
public static void RegisterBundles()
|
|
{
|
|
BundleTable.Bundles.Add(new ScriptBundle("~/bundles/moneymask").Include("~/Scripts/jquery.moneymask.js"));
|
|
}
|
|
}
|
|
} |