GRN2-xx: Cleaning up bugs that appeared after refactoring (#780)

* First step

* Fixed issues with update room
This commit is contained in:
Ahmad Farhat
2019-08-30 16:34:14 -04:00
committed by farhatahmad
parent d3b669d552
commit 666ee12988
3 changed files with 9 additions and 8 deletions

View File

@ -123,7 +123,7 @@ $(document).on('turbolinks:load', function(){
if(element.is('#room-title')){
submit_update_request({
setting: "rename_header",
room_name: element.find('#user-text').text(),
name: element.find('#user-text').text(),
}, element.data('path'), "POST");
}
else if(element.is('#recording-title')){