var tab_title = $tab_title_input.val() || 'Tab ' + tab_counter;
Was causing the page parts to fail if someone didn't entered a name for it. The system currently sets the title but when saving the title goes NULL in the database and then making unclickable the tab. I tried removing the space between "tab" and the tab_counter, but that didn't help
I though that line 57 of pages.js
var tab_title = $tab_title_input.val() || 'Tab ' + tab_counter;
Was causing the page parts to fail if someone didn't entered a name for it. The system currently sets the title but when saving the title goes NULL in the database and then making unclickable the tab. I tried removing the space between "tab" and the tab_counter, but that didn't help