Skip to content

Commit e386782

Browse files
committed
Update theallseeingeye build info & update URL in search_results.tpl
1 parent 2904a6b commit e386782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Havana-Web/src/main/java/org/alexdev/http/template/binders/SiteBinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void onRegister(Template template, WebConnection webConnection) {
9999
this.housekeepingPath = Routes.HOUSEKEEPING_PATH;
100100

101101
this.hkNewStyle = GameConfiguration.getInstance().getBoolean("hk.new.style.enabled");
102-
this.hkBuild = "2.8.3 build 52";
102+
this.hkBuild = "2.8.4 build 53";
103103

104104
template.set("site", this);
105105
template.set("gameConfig", GameConfiguration.getInstance());

tools/www-tpl/default-en/housekeeping/admin_tools/transaction/search_results.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{% set num = 1 %}
1919
{% for transaction in transactions %}
2020
<tr>
21-
<td><a href="https://theallseeingeye.habbo.pro/{{ site.housekeepingPath }}/admin_tools/transaction/track_item?id={{ transaction.getItemId() }}">Track this item</a></td>
21+
<td><a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/admin_tools/transaction/track_item?id={{ transaction.getItemId() }}">Track this item</a></td>
2222
<td>{{ transaction.getItemId() }}</td>
2323
<td>{{ transaction.description }}</td>
2424
<td>{{ transaction.costCoins }}</td>

0 commit comments

Comments
 (0)