From a250bee1122fbf3fcb915467ba18c294f805d63b Mon Sep 17 00:00:00 2001 From: rylon Date: Fri, 7 Nov 2014 20:47:22 +0100 Subject: [PATCH] small comment fix --- mojotrollz/page/wizard_details/wizard_details.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mojotrollz/page/wizard_details/wizard_details.php b/mojotrollz/page/wizard_details/wizard_details.php index 5cff179..836127c 100644 --- a/mojotrollz/page/wizard_details/wizard_details.php +++ b/mojotrollz/page/wizard_details/wizard_details.php @@ -8,8 +8,6 @@ class wizard_details extends SYSTEM\PAGE\Page { public function html(){ $vars = json_decode(charcreation::data(),true)['result']; - //$vars['js'] = $this->js(); - //$vars['css'] = $this->css(); $vars['WOWICONS'] = \SYSTEM\CONFIG\config::get(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_BASEURL).'api.php?call=files&cat=wowicons&id='; $vars['WOW_CLASS'] = \SYSTEM\CONFIG\config::get(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_BASEURL).'api.php?call=files&cat=class&id='; $vars['infotext_default'] = \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_WOW_INFOTEXT)['default'];