﻿/*Provides definiton for required functions in INIT.js that are not required but will break page 
scripts otherwise. For use when core has been removed for publishing sites.*/

function UpdateFormDigest(arg1, arg2) {
    //called when client side validation is called. Will break form validation if not present.
}

//this is used by the asp menu control scripts - not required as using control adapters
var _spBodyOnLoadFunctionNames = new Array();
