Commit 34d51c56 by Masaru Abe

キャッシュ対応

parent 9b075831
......@@ -103,7 +103,7 @@ $(document).ready(function () {
}
//ビューア、共有表示パーツ読み込み
$("#viewer").load("./inc_contentview.html", function (myData, myStatus, xhr){
$("#viewer").load("./inc_contentview.html?__UPDATEID__", function (myData, myStatus, xhr){
//読み込み完了時の処理
I18N.i18nReplaceText();
});
......
......@@ -123,7 +123,7 @@ $(document).ready(function(){
}
//詳細、共有表示パーツ読み込み
$("#inc_detail").load("./inc_detail.html", function (myData, myStatus, xhr){
$("#inc_detail").load("./inc_detail.html?__UPDATEID__", function (myData, myStatus, xhr){
//読み込み完了時の処理
I18N.i18nReplaceText();
$('.datepicker').pickadate({
......@@ -132,7 +132,7 @@ $(document).ready(function(){
});
//ビューア、共有表示パーツ読み込み
$("#viewer").load("./inc_contentview.html", function (myData, myStatus, xhr){
$("#viewer").load("./inc_contentview.html?__UPDATEID__", function (myData, myStatus, xhr){
//読み込み完了時の処理
I18N.i18nReplaceText();
});
......
......@@ -110,7 +110,7 @@ $(document).ready(function(){
}
//詳細、共有表示パーツ読み込み
$("#inc_detail").load("./inc_detail.html", function (myData, myStatus, xhr){
$("#inc_detail").load("./inc_detail.html?__UPDATEID__", function (myData, myStatus, xhr){
//読み込み完了時の処理
I18N.i18nReplaceText();
$('.datepicker').pickadate({
......@@ -119,7 +119,7 @@ $(document).ready(function(){
});
//ビューア、共有表示パーツ読み込み
$("#viewer").load("./inc_contentview.html", function (myData, myStatus, xhr){
$("#viewer").load("./inc_contentview.html?__UPDATEID__", function (myData, myStatus, xhr){
//読み込み完了時の処理
I18N.i18nReplaceText();
});
......
......@@ -260,7 +260,7 @@ $(document).ready(function () {
}
//詳細、共有表示パーツ読み込み
$("#inc_detail").load("./inc_detail.html", function (myData, myStatus, xhr){
$("#inc_detail").load("./inc_detail.html?__UPDATEID__", function (myData, myStatus, xhr){
//読み込み完了時の処理
I18N.i18nReplaceText();
$('.datepicker').pickadate({
......@@ -269,7 +269,7 @@ $(document).ready(function () {
});
//ビューア、共有表示パーツ読み込み
$("#viewer").load("./inc_contentview.html", function (myData, myStatus, xhr){
$("#viewer").load("./inc_contentview.html?__UPDATEID__", function (myData, myStatus, xhr){
//読み込み完了時の処理
I18N.i18nReplaceText();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment