Merge branch 'fixhelpfulness'
commit
5465e29507
|
@ -310,12 +310,14 @@ $.throttle = function (fn, threshhold, scope) {
|
||||||
|
|
||||||
$(function ()
|
$(function ()
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
$.Helpfulness({
|
$.Helpfulness({
|
||||||
maxCharacters: 1000,
|
maxCharacters: 1000,
|
||||||
alwaysFixed: true,
|
alwaysFixed: true,
|
||||||
domain: "http://www.asp.net",
|
domain: "http://www.asp.net",
|
||||||
isDocs: true
|
isDocs: true
|
||||||
}).init();
|
}).init();
|
||||||
|
*/
|
||||||
});
|
});
|
||||||
/* msc-helpfulness.js - end */
|
/* msc-helpfulness.js - end */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue