account edit alert back to 2 seconds

This commit is contained in:
Baris Soner Usakli
2013-06-21 17:48:53 -04:00
parent 1620d1e4be
commit 281b7a16a8

View File

@@ -129,7 +129,7 @@ $(document).ready(function() {
type: 'success',
title: 'Profile Updated',
message: 'Your profile has been updated successfully',
timeout: 10000
timeout: 2000
});
}
);