Your commit message
This commit is contained in:
parent
0fee63db20
commit
1478e07d7f
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue