diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-01-16 13:16:03 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-01-16 13:16:03 +0100 |
commit | b87442f216e6745b8472b85ae8fe5d85ede29094 (patch) | |
tree | ef6862177d38770fb56d711e5d6fe1482a19ecab /index.php | |
parent | ae7f6b9d09c0f3e31d64e6c8a9804d5ab0c62eae (diff) | |
download | Shaarli-b87442f216e6745b8472b85ae8fe5d85ede29094.tar.gz Shaarli-b87442f216e6745b8472b85ae8fe5d85ede29094.tar.zst Shaarli-b87442f216e6745b8472b85ae8fe5d85ede29094.zip |
Stay on the changetag page after tag deletion
+ fix changetag CSS alignement
relates to #756
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1208,7 +1208,7 @@ function renderPage($conf, $pluginManager, $LINKSDB) | |||
1208 | $LINKSDB[$key]=$value; | 1208 | $LINKSDB[$key]=$value; |
1209 | } | 1209 | } |
1210 | $LINKSDB->save($conf->get('resource.page_cache')); | 1210 | $LINKSDB->save($conf->get('resource.page_cache')); |
1211 | echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?\';</script>'; | 1211 | echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?do=changetag\';</script>'; |
1212 | exit; | 1212 | exit; |
1213 | } | 1213 | } |
1214 | 1214 | ||