Your commit message

This commit is contained in:
RameshT 2024-08-08 17:20:35 +05:30
parent 0fee63db20
commit 1478e07d7f
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
namespace application\controllers;
defined('BASEPATH') or exit('No direct script access allowed');
// defined('BASEPATH') or exit('No direct script access allowed');
use application\models\Form_model;

View File

@ -1,6 +1,6 @@
<?php
namespace application\controllers;
// namespace application\controllers;
defined('BASEPATH') or exit('No direct script access allowed');
class Welcome extends CI_Controller

View File

@ -2,7 +2,7 @@ $(document).ready(function () {
let index = 1
let activeSection = null
function addOption(type, container)
function addOption(type, container) {
let optionHtml
if (type === 'multiple-choice' || type === 'checkboxes') {