Commit cc3ac829 by Masaru Abe

ファンクション閉じ忘れ

parent 9644d4ef
...@@ -603,8 +603,7 @@ HISTORY.readSubmenuFunction = function(e){ ...@@ -603,8 +603,7 @@ HISTORY.readSubmenuFunction = function(e){
}; };
// read content callback // read content callback
HISTORY.readSubmenuFunction_callback = function(contentId) HISTORY.readSubmenuFunction_callback = function(contentId){
{
var contentThumbnail = HISTORY.returnThumbnail(contentId); var contentThumbnail = HISTORY.returnThumbnail(contentId);
var date = new Date(); var date = new Date();
var month = date.getMonth()+1; var month = date.getMonth()+1;
...@@ -683,7 +682,7 @@ HISTORY.readSubmenuFunction_callback = function(contentId) ...@@ -683,7 +682,7 @@ HISTORY.readSubmenuFunction_callback = function(contentId)
AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView); AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
} }
//End Function : No.12 -- Editor : Le Long -- Date : 08/02/2013 -- Summary : Check content type other for download. //End Function : No.12 -- Editor : Le Long -- Date : 08/02/2013 -- Summary : Check content type other for download.
} };
......
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