If you create a meeting template with date navigation on the left side, probably the navigation seems does not work. And if you check there is an error in javascript like:
g_thispagedata is not defined
To solve this, you have to go to SharePoint Designer from that site (or workspace) and edit the MWSDefaultv4.master. Add this:
var g_thispagedata = "";
in this script:
<script type="text/javascript"> var _fV4UI = true;
<script>
Have a nice day
0 comments: