Initial implementation of bootstrap

This commit is contained in:
2013-09-05 22:49:56 +10:00
parent 9421656268
commit 6057e403f6
24 changed files with 27701 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ var Dajaxice = {
three_d_viewer: {
dajaxice_example: function(callback_function, argv, custom_settings){
return Dajaxice.call('three_d_viewer.dajaxice_example', 'POST', callback_function, argv, custom_settings);
check_answer: function(callback_function, argv, custom_settings){
return Dajaxice.call('three_d_viewer.check_answer', 'POST', callback_function, argv, custom_settings);
}