summaryrefslogtreecommitdiff
path: root/modules/organize
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-05 01:25:17 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-05 01:25:17 -0800
commitc590f881ebbb005390f6e4f8a37a6252a5796f51 (patch)
tree95e3fa7e7342e7c47d51ad24d7fa43a9065596cb /modules/organize
parent3a11e0d825d1f7d2698bd5c7b6b812236c7626a3 (diff)
single -> double quotes.
Diffstat (limited to 'modules/organize')
-rw-r--r--modules/organize/views/organize_dialog.html.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index b398a19d..773e1955 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -7,7 +7,6 @@
background-image: url(<?= url::file("modules/organize/vendor/ext/images/default/tree/folder.gif") ?>);
}
</style>
-
<script type="text/javascript" src="<?= url::file("modules/organize/vendor/ext/js/ext-base.js") ?>"></script>
<script type="text/javascript" src="<?= url::file("modules/organize/vendor/ext/js/ext-all.js") ?>"></script>
<script type="text/javascript">
@@ -64,7 +63,7 @@
var set_album_sort = function(params) {
start_busy(<?= t("Changing sort...")->for_js() ?>);
- params['csrf'] = '<?= access::csrf_token() ?>';
+ params["csrf"] = '<?= access::csrf_token() ?>';
Ext.Ajax.request({
url: '<?= url::site("organize/set_sort/__ID__") ?>'.replace("__ID__", current_album_id),
method: "post",