質問編集履歴
1
文章の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
if (single.length >= maxContents) {
|
26
26
|
|
27
|
-
alert('
|
27
|
+
alert('登録は' + maxContents + '個までです');
|
28
28
|
|
29
29
|
return false;
|
30
30
|
|
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
if (single.length >= maxContents) {
|
38
38
|
|
39
|
-
alert('
|
39
|
+
alert('登録は' + maxContents + '個までです');
|
40
40
|
|
41
41
|
return false;
|
42
42
|
|
@@ -82,15 +82,15 @@
|
|
82
82
|
|
83
83
|
tag += '<div class="single-video" id="single-play-video' + jsonData.data.SettingNo + '">';
|
84
84
|
|
85
|
-
tag += '<h5>' + jsonData.data.Title + ' <a class="delete" href="javascript:void(0);" onclick="deleteSetting(\'' + jsonData.data.SettingNo + '\',\'' +
|
85
|
+
tag += '<h5>' + jsonData.data.Title + ' <a class="delete" href="javascript:void(0);" onclick="deleteSetting(\'' + jsonData.data.SettingNo + '\',\'' + ID + '\');">削除</a></h5>';
|
86
86
|
|
87
|
-
tag += '<a href="javascript:void(0);" class="forward-btn" onclick="forwardCategory(' + jsonData.data.SettingNo + ',\'' +
|
87
|
+
tag += '<a href="javascript:void(0);" class="forward-btn" onclick="forwardCategory(' + jsonData.data.SettingNo + ',\'' + ID + '\');"><img src="img/forward.jpg" alt=""></a>';
|
88
88
|
|
89
|
-
tag += '<a href="javascript:void(0);" data-toggle="modal" data-target="#video-modal" onclick="showCategoryDetail(\'' + s
|
89
|
+
tag += '<a href="javascript:void(0);" data-toggle="modal" data-target="#video-modal" onclick="showCategoryDetail(\'' + sID + '\',\'' + ID + '\',1);">' + '<img class="img-responsive" src="' + thumbUrl + '" alt="" onerror="this.src=\'img/video-pic.jpg\';">' + '</a>';
|
90
90
|
|
91
|
-
tag += '<a href="javascript:void(0);" data-toggle="modal" data-target="#video-modal" onclick="showCategoryDetail(\'' + s
|
91
|
+
tag += '<a href="javascript:void(0);" data-toggle="modal" data-target="#video-modal" onclick="showCategoryDetail(\'' + sID + '\',\'' + ID + '\',1);">' + item.Title + '</a>';
|
92
92
|
|
93
|
-
tag += '<a href="javascript:void(0);" class="backward-btn"><img src="img/backward.jpg" alt="" onclick="backCategory(' + jsonData.data.SettingNo + ',\''+
|
93
|
+
tag += '<a href="javascript:void(0);" class="backward-btn"><img src="img/backward.jpg" alt="" onclick="backCategory(' + jsonData.data.SettingNo + ',\''+D+'\');"></a>';
|
94
94
|
|
95
95
|
tag += '</div>';
|
96
96
|
|