質問編集履歴

1

文章の修正

2020/08/31 06:53

投稿

maki0128
maki0128

スコア12

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  if (single.length >= maxContents) {
26
26
 
27
- alert('デモ版でのコンテンツの登録は' + maxContents + '個までです');
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('コンテンツの登録は' + maxContents + '個までです');
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 + '\',\'' + stickID + '\');">削除</a></h5>';
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 + ',\'' + stickID + '\');"><img src="img/forward.jpg" alt=""></a>';
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(\'' + streamID + '\',\'' + stickID + '\',1);">' + '<img class="img-responsive" src="' + thumbUrl + '" alt="" onerror="this.src=\'img/video-pic.jpg\';">' + '</a>';
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(\'' + streamID + '\',\'' + stickID + '\',1);">' + item.Title + '</a>';
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 + ',\''+stickID+'\');"></a>';
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