diff --git a/htdocs/application/controllers/main.php b/htdocs/application/controllers/main.php index 87a250a..3157718 100755 --- a/htdocs/application/controllers/main.php +++ b/htdocs/application/controllers/main.php @@ -32,10 +32,6 @@ class Main extends CI_Controller $this->load->model('languages'); $this->load->helper('form'); $data['languages'] = $this->languages->get_languages(); - $data['scripts'] = array( - 'jquery.js', - 'jquery.timers.js' - ); if (!$this->input->post('submit')) { diff --git a/htdocs/application/models/pastes.php b/htdocs/application/models/pastes.php index d5301d5..a196eb3 100755 --- a/htdocs/application/models/pastes.php +++ b/htdocs/application/models/pastes.php @@ -219,9 +219,6 @@ class Pastes extends CI_Model $data['inreply'] = false; } } - $data['scripts'] = array( - 'jquery.js' - ); if ($this->db_session->flashdata('acopy') == 'true') { @@ -235,11 +232,6 @@ class Pastes extends CI_Model $url = $data['url']; } $data['status_message'] = 'URL copied to clipboard'; - $data['scripts'] = array( - 'jquery.js', - 'jquery.clipboard.js', - 'jquery.timers.js' - ); $data['insert'] = '