* tabs 2 spaces in some *.js and *.css

* updated Summary.js (Item Comparison)
 - can now manage custom weightscales, when logged in
 - can now apply weightscales to rank search results
 - CAN NOT yet search for items with a certain scale alone, as i haven't figured out yet how to design the database for that
* sorted and commented basic.css
* some missing imagery
* some cleanup

(my todoStack just got less inhuman in size)
This commit is contained in:
Sarjuuk
2013-06-18 23:23:35 +02:00
parent b26accb32a
commit 21f50ae2cd
29 changed files with 10197 additions and 8432 deletions

View File

@@ -83,14 +83,4 @@ User::assignUserToTemplate($smarty, true);
@list($pageCall, $pageParam) = explode('=', $str, 2);
$smarty->assign('query', [$pageCall, $pageParam]);
// init global vars for smarty
$pageData = array(
'page' => NULL,
'gAchievements' => NULL,
'gCurrencies' => NULL,
'gItems' => NULL,
'gSpells' => NULL,
'gTitles' => NULL,
);
?>