ForeSeeの API ドキュメントを見つけることができず、ランダムに表示される ForeSee Survey プロンプト ダイアログに関連するバグ レポートが届きました。キャッシュと Cookie をクリアしようとしましたが、まだ表示されません。javascript で表示をトリガーする方法はありますか? それとも、特定の URL パラメーターを使用するのでしょうか?
foresee-trigger.js
配列を更新して、FSR.sites
localhost への参照を含めました。
var FSR = {
'version': '7.0.0',
'date': '01/01/2011',
'enabled': true,
'auto' : true,
'encode' : true,
'files': './foresee/', //default path when no match below
'id': 'etc',
'sites': [
/* several existing ones, etc.*/
{
name: 'localhost',
path: 'localhost',
files: '//localhost/subdirectory/foresee/',
domain: 'localhost'
},{
path: '.',
domain: 'default'
}]
};