Merge branch 'dev-spam10' into develop

This commit is contained in:
akasima 2013-11-27 13:43:23 +09:00
commit 833d218a66
15 changed files with 531 additions and 4 deletions

View file

@ -160,3 +160,4 @@ function doDeleteSavedDocument(document_srl, confirm_message) {
function insertSelectedModule(id, module_srl, mid, browser_title) {
location.href = current_url.setQuery('selected_module_srl',module_srl);
}