diff options
| author | 2013-11-09 01:22:51 +0100 | |
|---|---|---|
| committer | 2013-11-09 01:22:51 +0100 | |
| commit | 1de8218182a7126d4b44c4a5f35d1eaf7ef4bb71 (patch) | |
| tree | ede95a35a19b0950ec12624e8b59d962064838ee /app/views/configure | |
| parent | 1c2143c0794b6d14484a71e1025234356087117c (diff) | |
Déplacement de confirm_action_script
Ce script a été intégré à main.js pour être certain que JQuery est
chargé au moment de l'initialisation
Voir commentaires commit c06aede546514aa35ab5369575f15710b30a2a23
Diffstat (limited to 'app/views/configure')
| -rw-r--r-- | app/views/configure/categorize.phtml | 2 | ||||
| -rw-r--r-- | app/views/configure/feed.phtml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index 0403f0120..95951247e 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -45,5 +45,3 @@ </div> </form> </div> - -<?php $this->renderHelper ('confirm_action_script'); ?> diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index e570ea410..b61de6dcb 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -111,8 +111,6 @@ </form> </div> -<?php $this->renderHelper ('confirm_action_script'); ?> - <?php } else { ?> <div class="alert alert-warn"><span class="alert-head"><?php echo Translate::t ('no_selected_feed'); ?></span> <?php echo Translate::t ('think_to_add'); ?></div> <?php } ?> |
