Browse Source

Merge pull request #1470 from gmorel/master

Missing coma at the end of the file Ressources/public/base.js
Thomas 12 năm trước cách đây
mục cha
commit
1a0681ff24
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/public/base.js

+ 1 - 1
Resources/public/base.js

@@ -238,4 +238,4 @@ var Admin = {
             errors.show();
         }
     }
-}
+};