Commit 10e3b383 by Masaru Abe

setdefaultImageForMarkingファンクション呼び出しエラー対応

parent 9b78c046
...@@ -250,7 +250,7 @@ CONTENTVIEW_MARKING.dlgMarking_imgMakerOption_click = function() { ...@@ -250,7 +250,7 @@ CONTENTVIEW_MARKING.dlgMarking_imgMakerOption_click = function() {
$('#dlgMarking_imgMakerOption').removeClass(); $('#dlgMarking_imgMakerOption').removeClass();
$('#dlgMarking_imgMakerOption').addClass('maker_option_selected'); $('#dlgMarking_imgMakerOption').addClass('maker_option_selected');
setDefaultImageForMarking(); CONTENTVIEW_MARKING.setDefaultImageForMarking();
}; };
CONTENTVIEW_MARKING.dlgMarking_imgEraser_click = function() { CONTENTVIEW_MARKING.dlgMarking_imgEraser_click = function() {
......
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