[icinga-checkins] icinga.org: icinga-web/mfriedrich/fixes: * Removed vim - 'i' in code
git at icinga.org
git at icinga.org
Wed Mar 30 11:14:03 CEST 2011
Module: icinga-web
Branch: mfriedrich/fixes
Commit: 5fe73f3470a67906a8422f847b414223be484eaf
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=5fe73f3470a67906a8422f847b414223be484eaf
Author: jmosshammer <jannis.mosshammer at netways.de>
Date: Wed Mar 23 16:42:37 2011 +0100
* Removed vim - 'i' in code
---
.../Cronks/templates/System/PortalViewSuccess.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/modules/Cronks/templates/System/PortalViewSuccess.php b/app/modules/Cronks/templates/System/PortalViewSuccess.php
index 63c196b..047cdb7 100755
--- a/app/modules/Cronks/templates/System/PortalViewSuccess.php
+++ b/app/modules/Cronks/templates/System/PortalViewSuccess.php
@@ -279,7 +279,7 @@ Cronk.util.initEnvironment(<?php CronksRequestUtil::echoJsonString($rd); ?>, fun
this.appliedState = true;
// Defered execution
(function() {
- if (state.col) {i
+ if (state.col) {
Ext.each(state.col, function (item, index, arry) {
Ext.iterate(item, function (key, citem, o) {
var c = citem;
More information about the icinga-checkins
mailing list