Skip to content

Commit

Permalink
fix button problem
Browse files Browse the repository at this point in the history
  • Loading branch information
goFrendiAsgard committed Apr 4, 2017
1 parent bf2800a commit da86a56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/helpers/cms_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ function build_md_global_variable_script($md_key, $primary_key_name, $date_forma
function build_md_event_script($md_key, $insert_url, $update_url, $allow_delete = TRUE){
$js =
'$(document).ready(function(){
// hide update/insert button
$("#form-button-save").hide();
function apply_add_table_row_'.$md_key.'(data){
// Hide div#no-data
Expand Down

0 comments on commit da86a56

Please sign in to comment.