Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
34d51c56
Commit
34d51c56
authored
Feb 19, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
キャッシュ対応
parent
9b075831
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
abvw/js/bookmark.js
+1
-1
abvw/js/contentsearch.js
+2
-2
abvw/js/history.js
+2
-2
abvw/js/home.js
+2
-2
No files found.
abvw/js/bookmark.js
View file @
34d51c56
...
@@ -103,7 +103,7 @@ $(document).ready(function () {
...
@@ -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
();
I18N
.
i18nReplaceText
();
});
});
...
...
abvw/js/contentsearch.js
View file @
34d51c56
...
@@ -123,7 +123,7 @@ $(document).ready(function(){
...
@@ -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
();
I18N
.
i18nReplaceText
();
$
(
'.datepicker'
).
pickadate
({
$
(
'.datepicker'
).
pickadate
({
...
@@ -132,7 +132,7 @@ $(document).ready(function(){
...
@@ -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
();
I18N
.
i18nReplaceText
();
});
});
...
...
abvw/js/history.js
View file @
34d51c56
...
@@ -110,7 +110,7 @@ $(document).ready(function(){
...
@@ -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
();
I18N
.
i18nReplaceText
();
$
(
'.datepicker'
).
pickadate
({
$
(
'.datepicker'
).
pickadate
({
...
@@ -119,7 +119,7 @@ $(document).ready(function(){
...
@@ -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
();
I18N
.
i18nReplaceText
();
});
});
...
...
abvw/js/home.js
View file @
34d51c56
...
@@ -260,7 +260,7 @@ $(document).ready(function () {
...
@@ -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
();
I18N
.
i18nReplaceText
();
$
(
'.datepicker'
).
pickadate
({
$
(
'.datepicker'
).
pickadate
({
...
@@ -269,7 +269,7 @@ $(document).ready(function () {
...
@@ -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
();
I18N
.
i18nReplaceText
();
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment